Index of Module ssax - part-cw/lambdanative GitHub Wiki
Module: ssax
This module contains the XML parser of Oleg Kiselyov. See the official homepage for full documentation.
Functions in this module:
| Function | Short Description |
|---|---|
| (sxml:document uri) | Returns SXML representation of XML/HTML document |
| (ssax:xml->sxml port namespace-prefix-assig) | Read and parse XML data |
| (html->sxml port) | Returns SXML representation of HTML data |
| (sxpath string) | Support for XPath |