Re: Attn: jmduro xml_parser
- Posted by jmduro Jul 29, 2015
- 2143 views
OK Andreas,
I'll write some doc. Did you get a look at "XML To Sequence" which was the second step to this library. It's main function called xml2sequence is self explanatory:
-- parse xml file s = read_file("lshw.xml") elements = xml2sequence(s)
Regards
Jean-Marc