Open michael-hawker opened 4 years ago
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:
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: