manpagez: man pages & more
info guile
Home | html | info | man
[ << ] [ < ] [ 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.

Function: sxml->string sxml

Detag an sxml tree sxml into a string. Does not perform any formatting.


This document was generated on February 3, 2012 using texi2html 5.0.

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.