swh:1:snp:7d9f1bc35e120776766db9334626062f837c20ad
Raw File
Tip revision: 8bce19a8f83b12aa935d4d81cfe41dfe4dbb6a5e authored by ORPHANED on 09 August 2018, 09:27:30 UTC
version 3.98-1.14
Tip revision: 8bce19a
Notes
For libxml2.

 DOCTYPE comes out as a tag with the top-level tag name (e.g. dataset in
mtcars.xml)
 Can we distinguish it.


 Reading raw.xml doesn't work.


 XML_ENTITY_DECL in createXMLNode needs to be handled carefully.

 test.xml causes problems because of definition of entity referring
 to an entity.

> parseDTD("data/foo.dtd")
  Error in parseDTD("data/foo.dtd") : error in DTD data/foo.dtd


In libxml1.8.9, the processing instructions in raw.xml are not displayed.
 It is in the value section.
back to top