Convert XML to a native format and back again
Project description
Xexpr ::= <Atom> | <Element> Atom ::= String | (singleton String) Element ::= (list String <Attr> (listof <Xexpr>)) Attr ::= (dictionaryof String String)
Convert XML to a native format and back again
Xexpr ::= <Atom> | <Element> Atom ::= String | (singleton String) Element ::= (list String <Attr> (listof <Xexpr>)) Attr ::= (dictionaryof String String)