Panicz Maciej Godek <[email protected]> writes:

> I believe that the canonical way of working with XML documents in Guile is
> through the (sxml simple) module (and others):
> https://www.gnu.org/software/guile/manual/html_node/SXML.html
>
> It contains xml->sxml function which allows to convert XML strings to a
> more familiar s-expression based format.

This is fine for XML, but it’s not fine for HTML documents, which may or
may not be valid XML documents.

-- 
Ricardo


Reply via email to