- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 29 Jul 2006 09:12:34 +0000
- To: public-qt-comments@w3.org
- CC:
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	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