file>xml ( filename -- xml )
Furnace framework » XML parser » Reading XML

Prev:string>xml-chunk ( string -- xml )
Next:bytes>xml ( byte-array -- xml )


Vocabulary
xml

Inputs
filenamea string


Outputs
xmla xml


Word description
Opens the given file, reads it in as XML, closes the file and returns the corresponding XML tree. The encoding is automatically detected.

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

Definition