[xsl] Resend: Is there a way ...

Subject: [xsl] Resend: Is there a way ...
From: Allen Chang <allenchang@xxxxxxxx>
Date: Tue, 13 Mar 2001 20:20:58 -0500 (EST)
Resend: sorry the spell checker did some unwanted converting to my previous
email, and this time it should be a better 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 ; (&apos;)
or
& quot ; (&quot;)
, the output changes them to
'        ( ' )
and
& # 34 ; (&#34;)
, 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