I have an input xml suppose of the form
<A>
<B></B>
<!---->
<C></C>
</A>
I am using XSL to transform this XML, but when I parse this XML I am getting below error message
"Error serializing file java.lang.ArrayIndexOutOfBoundsException: -1 Base Exception"
I have already included below command in my XSL, still getting the same error
<xsl:template match="comment()"/>
Please help!
TIA :)