xmlfile sxml - part-cw/lambdanative GitHub Wiki
(xmlfile->sxml fname)
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")