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

XSLT2 Character Maps

Subject: XSLT2 Character Maps
From: "Christian Roth" <roth@xxxxxxxxxxxxxx>
Date: Sat, 24 Jul 2004 13:54:05 +0200
character maps
Hi,

I've had a look at XSLT 2's character maps feature. In the tool I am
working on (upCast from infinity-loop), we have that very concept
implemented now for several releases and added some convenience options
(like the ability to easily define a range of Unicode positions that
should be output as numerical decimal/hexadecimal entities) - but that's
not the issue here.

The point is that we resp. some of our users also use character maps to
create (mainly empty) elements in the output. For example a line in our
maps like

  0x2028="<linebreak/>"

creates a linebreak element in the output for every instance of Unicode
character &#x2028;. The problem that arises for us is attribute values:
If these contain a 0x2028 character, they get malformed:

<element attr="a&#x2028;b">
  gets
<element attr="a<linebreak/>b">,

which is not valid XML.

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.