[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: sgml to xml

Subject: RE: sgml to xml
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 22 Oct 2009 08:47:50 +0100
RE:  sgml to xml
> But in the OSX the character references are getting converted 
> into their respective characters. Is there any option to 
> retain the character references as in the input file.

No, there is not. The XSLT processor only sees the character, not the way it
was typed at the keyboard.

You can force the processor to generate character references on output by
using a restricted repertoire in the output encoding, for example
encoding="us-ascii". But if you need the original character references to be
retained verbatim, the only way is to apply a text-preprocessing phase
before XML parsing, for example to turn &xxxx; into $$$xxxx; (and then
invert the process on the output).

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.