This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML - XML conversion


Kay

When I use the same XML and XSL and view it in IE5.0, i get the desired 
result. I am not getting < and > only when I use xalan.

Anand


>From: "Michael Kay" <mhkay@iclway.co.uk>
>Reply-To: xsl-list@lists.mulberrytech.com
>To: <xsl-list@lists.mulberrytech.com>
>Subject: RE: [xsl] XML - XML conversion
>Date: Fri, 15 Jun 2001 09:48:26 +0100
>
> > When I use Xalan-java for XML-XML conversion, I am getting
> > &gt; and &lt;
> > instead of > and <. So, the browser is throwing up error saying it as
> > invalid XML. How can I disable output escaping thru my code.
>
>You can disable output escaping by setting disable-output-escaping="yes" on
>the <xsl:text> or <xsl:value-of> instructions.
>
>But usually, if you need to do so, it's a sign that there's something wrong
>in your design. Xalan is outputting &lt; rather than < because it's
>outputting text rather than an element node: why have you written your
>stylesheet in such a way that the elements look like text?
>
>Mike Kay
>Software AG
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]