Determine the type of a node.
Determine the type of a node.
xml_type(x)
x |
A document, node, or node set. |
x <- read_xml("<foo> a <b /> <![CDATA[ blah]]></foo>") xml_type(x) xml_type(xml_contents(x))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.