[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Unicode and child element
Sorry, my syntax was incomplete ... please see below:
At 2008-08-28 09:05 -0400, G. Ken Holman wrote: I get the impression that you have copied a partial solution to your problem because only one step is missing, yet the result evidence you present seems not to match what the code you have would produce. I'll just focus my answer on your code and not on your evidence. Actually, you need "&#xUUUU;" in the serialized version of the result tree. Using  is a typical approach to using output character maps in serialization to get file results that are not possible using default serialization. The above should be as follows to properly encode the numeric character reference introducer: <xsl:character-map name="escape-my-numeric-character-reference"> <xsl:output-character character="" string="&#x"/> </xsl:character-map> . . . . . . . . . . . Ken -- Upcoming XSLT/XSL-FO hands-on courses: Wellington, NZ 2009-01 Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/s/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|
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
|