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

Parses XML data in a string or u8vector, and returns an sxml data structure.

Parameter Description
data string or u8vector to be parsed

Example

> (xml->sxml "<a>test</a>")  
(a "test")
Clone this wiki locally