string>xml ( string -- xml )
Furnace framework » XML parser » Reading XML

Prev:read-xml-chunk ( stream -- seq )
Next:string>xml-chunk ( string -- xml )


Vocabulary
xml

Inputs
stringa string


Outputs
xmla xml


Word description
Converts a string into an xml tree for further processing.

See also
read-xml, file>xml, bytes>xml

Definition