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
If you modify the first line of the example template to be missing the closing '>' character:
<?xml version="1.0" encoding="UTF-8" standalone="yes"? <X xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template></xsl:template> <X/> <A.B></A.B> <A B="value"></A> <A>π</A> <A>a <</A> <A><![CDATA[bar]]></A> <!-- comment --> </X>
It doesn't get flagged as an error:
Was expecting it to flag it like this:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you modify the first line of the example template to be missing the closing '>' character:
It doesn't get flagged as an error:
Was expecting it to flag it like this:
The text was updated successfully, but these errors were encountered: