- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 10 Jan 2008 10:38:09 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4956 ------- Comment #6 from nick@cbcl.co.uk 2008-01-10 10:38 ------- I think one difference is from 5 XML Output Method of the XSLT 2.0 and XQuery 1.0 Serialization spec: Specifically, CR, NEL and LINE SEPARATOR characters in text nodes MUST be output respectively as "
", "…", and "
", or their equivalents; while CR, NL, TAB, NEL and LINE SEPARATOR characters in attribute nodes MUST be output respectively as "
", "
", "	", "…", and "
", or their equivalents. So one differences is that we are outputting 
 where you are outputting the character itself. I think we are correct. There are other differences but am still trying to track them down.
Received on Thursday, 10 January 2008 10:38:11 UTC