We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have implemnted successfuly the XML completion based on RelaxNG by using Pattern and visitor.
Now i would like to get the documentation for a given element, attribute and I noticed that ElementPattern doesn't store the annotation documentation.
It seems that https://github.com/relaxng/jing-trang/tree/master/mod/rng-schema/src/main/com/thaiopensource/relaxng/edit can parse and get the documentation of RelaxNG grammar, but it means that I need to parse twice the grammar:
I tried to customize
jing-trang/mod/pattern/src/main/com/thaiopensource/relaxng/pattern/SchemaBuilderImpl.java
Line 766 in 84ec6ad
Many thanks for you help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have implemnted successfuly the XML completion based on RelaxNG by using Pattern and visitor.
Now i would like to get the documentation for a given element, attribute and I noticed that ElementPattern doesn't store the annotation documentation.
It seems that https://github.com/relaxng/jing-trang/tree/master/mod/rng-schema/src/main/com/thaiopensource/relaxng/edit can parse and get the documentation of RelaxNG grammar, but it means that I need to parse twice the grammar:
I tried to customize
jing-trang/mod/pattern/src/main/com/thaiopensource/relaxng/pattern/SchemaBuilderImpl.java
Line 766 in 84ec6ad
Many thanks for you help.
The text was updated successfully, but these errors were encountered: