xmlParseDoc {XML} | R Documentation |
This function is a generalization of xmlParse
that parses an XML document. With this function, we can specify
a combination of different options that control the operation of the
parser. The options control many different aspects the parsing process
xmlParseDoc(file, options = 1L, encoding = character(), asText = !file.exists(file), baseURL = file)
file |
|
options |
|
encoding |
|
asText |
|
baseURL |
libxml2