xml sxml - part-cw/lambdanative GitHub Wiki
Parses XML data in a string or u8vector, and returns an sxml data structure.
| Parameter | Description |
|---|---|
| data | string or u8vector to be parsed |
> (xml->sxml "<a>test</a>")
(a "test")
Parses XML data in a string or u8vector, and returns an sxml data structure.
| Parameter | Description |
|---|---|
| data | string or u8vector to be parsed |
> (xml->sxml "<a>test</a>")
(a "test")