Learn R Programming

XML (version 2.5-3)

xmlParseDoc: Parse an XML document with options controlling the parser.

Description

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

Usage

xmlParseDoc(file, options = 1L, encoding = character(), asText = !file.exists(file), baseURL = file)

Arguments

file
options
encoding
asText
baseURL

Value

    concept

    XML

    References

    libxml2