|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Passing through character entities intact
Angus,
At 03:59 PM 10/10/01, you wrote: How do you take a character entity in an input document and pass it through to the output document as an entity(i.e. without any change)? Yes, this is normal. In general, the processing model for XSLT -- which entails a complete parse, including entity resolution, before the processor (logically speaking) "sees" the document -- makes it impossible to do what you want. Once the document is parsed, the stylesheet processor can't know what was once an entity, and what not. Accordingly, the usual fix is to pre-process the entities into something that won't be parsed (some pseudo-entity format such as "%#%mdash;" for —), and then post-process to reverse this. But recently, Zarella Rendon posted a nice alternative workaround to the problem, particularly good if you've got lots of data. See http://www.biglist.com/lists/xsl-list/archives/200110/msg00115.html. Cheers, Wendell
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








