| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.4.2 Usage
- Function: xml->sxml [port]
Use SSAX to parse an XML document into SXML. Takes one optional argument, port, which defaults to the current input port.
- Function: sxml->xml tree [port]
Serialize the sxml tree tree as XML. The output will be written to the current output port, unless the optional argument port is present.
