Email list hosting service & mailing list manager

SRFI AsciiDoc->HTML converter Lassi Kortela (09 Sep 2019 10:56 UTC)
Re: SRFI AsciiDoc->HTML converter Duy Nguyen (09 Sep 2019 11:05 UTC)
Re: SRFI AsciiDoc->HTML converter Lassi Kortela (09 Sep 2019 11:17 UTC)
Re: SRFI AsciiDoc->HTML converter Duy Nguyen (09 Sep 2019 11:25 UTC)
Re: SRFI AsciiDoc->HTML converter Lassi Kortela (09 Sep 2019 11:41 UTC)
Re: SRFI AsciiDoc->HTML converter John Cowan (09 Sep 2019 13:05 UTC)
SXML in general Lassi Kortela (09 Sep 2019 13:18 UTC)
Re: SXML in general John Cowan (09 Sep 2019 13:20 UTC)
Re: SXML in general Lassi Kortela (09 Sep 2019 13:31 UTC)
Re: SXML in general John Cowan (09 Sep 2019 14:06 UTC)

Re: SXML in general Lassi Kortela 09 Sep 2019 13:31 UTC

>>     Thanks for the specifics. Is there a proposal to have SXML built into
>>     R7RS-large?

> I'm not sure what that would mean; SRFIs normally describe procedures
> and syntax, not formats, except as an ancillary.  The MVP would be a
> procedure that wrote core SXML to an output port as XML, I think.

I thought there'd be read/write procedures and possibly a few map/filter
type functions. A basic SXML->XML writer is less than 150 lines of
Scheme:
<https://github.com/srfi-explorations/srfi-from-asciidoc/blob/master/chibi/sxml.scm>