XML`
XML`
RawXML
RawXML["string"]
represents a raw string fragment of XML that can be used inside a SymbolicXML expression.
Details and Options
- To use RawXML, you first need to load the XML Package using Needs["XML`"].
Examples
Basic Examples (1)
A composed SymbolicXML expression with an embedded fragment of RawXML:
The composite expression exports as XML:
The composite expression and variants are recognized as SymbolicXML:
Using ToSymbolicXML expands any RawXML fragments into SymbolicXML fragments, if possible: