https://github.com/cran/XML
Raw File
Tip revision: 5ca06dbbc4748f147c312def04189d98af4b8b55 authored by ORPHANED on 19 August 2018, 08:11:10 UTC
version 3.98-1.16
Tip revision: 5ca06db
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