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
<x:scenario label="Test"> <x:call function="one-or-more"> <x:param select="elem1 | elem2/attribute()"> <elem1>text</elem1> <elem2 attr="attr-val" /> </x:param> </x:call> <x:expect label="Fail deliberately" /> </x:scenario>
The result XML:
<x:result select="/node()"> <elem1>text</elem1>attr-val</x:result>
The attribute is incorrectly converted to a text node.
The text was updated successfully, but these errors were encountered:
Fix #355 #357 #358 #360 #361 (broken report) (#380)
4d75a81
Reopening for XQuery
Sorry, something went wrong.
XQuery: Fix #355 #357 #358 #360 (broken report) and run test for #59 …
2a037bb
…(attribute test) (#498)
Successfully merging a pull request may close this issue.
The result XML:
The attribute is incorrectly converted to a text node.
The text was updated successfully, but these errors were encountered: