Hi! Thien-Thi Nguyen <[email protected]> skribis:
> It would be cool if Texinfo were able to produce SXML, a format directly > translatable to/from XML, directly. Honestly, with Guile 2, translating from XML to SXML boils down to calling ‘xml->sxml’, which is easy enough. If the XML backend didn’t already exist, I would suggest using a custom sexp-based format instead, though. That would be easier than SXML for elisp, which doesn’t have tools like sxml-match. Thanks, Ludo’.
