https://github.com/cran/XML
Revision 7bffe7c9d018ea3347b1c23b79860749bd7fa09d authored by Duncan Temple Lang on 28 March 2013, 00:00:00 UTC, committed by Gabor Csardi on 28 March 2013, 00:00:00 UTC
1 parent e8a7fea
Raw File
Tip revision: 7bffe7c9d018ea3347b1c23b79860749bd7fa09d authored by Duncan Temple Lang on 28 March 2013, 00:00:00 UTC
version 3.96-1.1
Tip revision: 7bffe7c
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