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 an xml
<book> <author>Fred</author> <!-- <price>20</price><currency>USD</currency> --> <isbn>23456</isbn> </book>
It fails to parse
panic: strings: negative Repeat count
The text was updated successfully, but these errors were encountered:
Ops. that's surely an uncovered case. I'll have to research on it to get back to you...
Sorry, something went wrong.
7fd73a9
Sorry for the late response @samene,
It's a hard problem and the case of XML comments nested within XML comments is still not supported (and will not be).
Thanks for the reporting.
No branches or pull requests
I have an xml
It fails to parse
panic: strings: negative Repeat count
The text was updated successfully, but these errors were encountered: