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

Re: Passing through character entities intact

Subject: Re: Passing through character entities intact
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 10 Oct 2001 16:39:21 -0400
entity format in xsl
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)?

What I am seeing is that the character entity gets substituted with the
character code for the entity instead of passing the entity through as a
character entity.

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 &mdash;), 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


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


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



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-2013 All Rights Reserved.