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: Global disable-output-escaping


> I'm converting XML with XSL to produce CSV files

then you should be using <xsl:output method="text"/>, in which case output
escaping should never occur.

Mike Kay

 and the XML
> documents may contain the string '&amp;' as part of a text
> node. For example <name>J &amp; G Bloggs</name>.
>
> When the XSL has <xsl:value-of select="name"/>, it returns 'J
> &amp; G Bloggs', rather than the desired, 'J & G Bloggs'. Is
> there anyway to get our desired result without having to
> change all the <xsl:value-of> elements in all our CSV
> stylesheets to include the disable-output-escaping="yes" attribute?
>
> Thanks in advance,
> Joshua
>
> --------------------------------------------------------------
> ----------------
> This message and any attachment is confidential and may be
> privileged or otherwise protected from disclosure.  If you
> have received it by mistake please let us know by reply and
> then delete it from your system; you should not copy the
> message or disclose its contents to anyone.
>
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]