On Fri, Oct 03, 2008 at 08:49:40AM -0400, Syd Bauman wrote: > > I got this forwarded as a wishlist bug for libxml2, but that > > doesn't sound right to me. I always thought control characters are > > not allowed in XML, though looking in the XML spec, I can't find > > anything definitive... > > I believe that U+0001 is not a valid character in XML 1.0 [1] and is > a valid character in XML 1.1 [2].
Yes, one of the reasons why I will never implement XML-1.1 in libxml2. XML is a textual format. With XML-1.0 5th edition, the only thing useful missing from the 1.1 specs is the xmlns:foo="" allowing to undefine non default namespace bindings in a subtree, but we can't add this to XMLNS 1.0 Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
