Hello, The sxml->xml procedure serializes the empty element always in the "short form", i.e.:
having to deal with transformations from xml to html, I needed to get:
so I modified sxml->xml (and element->xml) in simple.scm, to have: scheme@(guile-user)> (sxml->xml '(*TOP* (tag)) #:closing-tag #t) default is the old behaviour: scheme@(guile-user)> (sxml->xml '(*TOP* (tag))) Regards, Andrea Girotto