Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
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 and outputs
string
a
string
xml
a
xml
Word description
Converts a string into an
xml
tree for further processing.
See also
read-xml
,
file>xml
,
bytes>xml
Definition
USING:
io.streams.string
;
IN:
xml
:
string>xml
( string -- xml )
<string-reader>
read-xml
;