[xml] Character encodings are broken on xmlsoft.org

2009-05-08 Thread Alf Eaton
The irony in this is deep, but basically the character encodings on the "Encodings support" page are broken: http://xmlsoft.org/encoding.html The charset specified by the tag in the HTML (ISO-8859-1), which would be overruled by the charset specified in the XHTML/XML header (ISO-8859-1) if it was

[xml] Alter --load-trace to show real paths of loaded files

2010-03-22 Thread Alf Eaton
As highlighted in , the output from xmllint when --load-trace is enabled shows the file paths that would have been loaded if no catalog had been used, rather than the *actual* files that were loaded. Could this be changed, or anothe

[xml] forward-slashes being removed from URL "file:///" prefix

2015-07-03 Thread Alf Eaton
Somewhere between libxml 2.9.0 and 2.9.2, possibly at the commit referenced in a previous discussion[1], forward slashes started to be removed from resolved relative URLs, changing a "file:///" prefix to "file:/". This makes PHP's DOMDocument (which uses libxml) throw an error when loading an enti