XalanJ inserts these PIs for use by its own serializers that know how to
interpret them. What are you using to serialize your output?
Gary
Daniel Rubio wrote:
>
> BUG in disable-output-escaping.
>
> I am trying the follwing construct which is part of the XSLT recommendation (section
>16.4) ,
> it appers its not implemented in Xalan 2.2 D6
>
> <xsl:text disable-output-escaping="yes"><</xsl:text>
>
> and in the transformation it appears as:
>
> <!-- PI:javax.xml.transform.disable-output-escaping --><<!--
>PI:javax.xml.transform.enable-output-escaping -->
>
> the XSLT spec (section 16.4) says a "<" should appear
>
> Hope it helps,
> Regards,
> Daniel Rubio
> [EMAIL PROTECTED]