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