Re: [xsl] Node Values Contain Entities: Can't Get Correct Output

Subject: Re: [xsl] Node Values Contain Entities: Can't Get Correct Output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 1 Sep 2003 09:47:40 +0100
> Node Values Contain Entities: C

The Xpath data model on which XSLt operates does not have a node
representing entities. All entities  are expanded by teh XML parser
before XSLT starts, and XSLT can not generate entities on outpu.

If your processor supports disable-output-scaping it is possible to
generate the string &middot; but its usually inadvisable to use
disable-output-scaping.

Why do you need the entity written out as an entity and not as character
data?

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread