WLJS LogoWLJS Notebook

XMLObject

XMLObject["type"] represents the head of an XML object in symbolic XML.

Examples

Document declaration:

XMLObject["Declaration"]["Version" -> "1.0"]

XML document:

XMLObject["Document"][{}, XMLElement["root", {}, {}], {}]

Import XML:

Import["file.xml", "XML"]

Please visit the official Wolfram Language Reference for more details.

On this page