[Bug 3446] [XQueryX] constructing attribute values with whitespace characters

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3446





------- Comment #6 from mike@saxonica.com  2006-07-29 09:12 -------
In fact, Saxon's output from this query is 

<x><elem attr="a&#x9;b"/><y/><elem attr="a b"/></x>

where the second attr contains a single space (x20) character. In the result
tree, the first attribute contains the three characters (a, x9, b), while the
second contains the three characters (a, x20, b). The serializer converts the
tab character to a character reference to ensure that it round-trips correctly.

Received on Saturday, 29 July 2006 09:12:52 UTC