[xsl] Is there a way to output & apos ; instead of & # 34 ; in XML?

Subject: [xsl] Is there a way to output & apos ; instead of & # 34 ; in XML?
From: Allen Chang <allenchang@xxxxxxxx>
Date: Tue, 13 Mar 2001 20:07:47 -0500 (EST)
I have a question:

My stylesheet converts from XML to XML, changing values or structure. For
most part it just copies what's in the input XML to the output XML.

But if the input has
&apos;
or
"
, the output changes them to
'
and
"
, which is not good. I'd like to preserve what was in the input. Is there a
way to do that?

I'm using my stylesheet on Saxon and I'm implicitly using XML as the output
method.

Thanks in advance!

-Allen


______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

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


Current Thread