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
XML references work fine within a single XML file. Please, add support for the scenario when a.xml's <xref/> references b.xml's xml:id thanks!
a.xml
<xref/>
b.xml
xml:id
The text was updated successfully, but these errors were encountered:
Indeed it would be nice but it requires to scan folders and could parse a lot of XML files.
I had in my mind to provide the capability to define a search scope to avoid scannings all files from the project.
It is not a trivial issue.
Sorry, something went wrong.
No branches or pull requests
XML references work fine within a single XML file. Please, add support for the scenario when
a.xml
's<xref/>
referencesb.xml
'sxml:id
thanks!
The text was updated successfully, but these errors were encountered: