-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

