Skip to content
Chris Petersen edited this page Oct 5, 2015 · 1 revision

Parses XML data in the specifed file, and returns an sxml data structure.

Parameter Description
fname XML file to be parsed

Example

> (xmlfile->sxml "test.xml")
(a (b (c (@ (test "test1") (hello "test2"))) "test b") "test a")
Clone this wiki locally