2 SAX Parsing
(ssax:xml->sxml port namespace-prefix-assig) → sxml? port : input-port? namespace-prefix-assig : (listof (cons/c symbol? string?))
Reads an XML document (which can be a single XML element) from
port, and returns the corresponding SXML (top)
representation. The namespace-prefix-assig association list
provides shortened forms to be used in place of namespaces.
Examples: | ||||||||||||||||||
|