Hi,

>> 2. Convert w/ markdown->sxml:
>>
>> ((p "This" (#\space) "fragment" ....
>>  (a (@ (href ("http://call-cc.org/";))) "Chicken" (#\space) "Scheme") "."))
> 
> Well, evidently this is a bug in markdown->sxml, since the above is not
> well-formed SXML.  Not only is the URL incorrectly being wrapped in a
> list, but the lists of characters aren't really SXML either.

Agreed.
Unfortunately some of the SXML tooling is OK with something that isn't
an element name appearing in the car of a list and some of it isn't.

Both ("http://call-cc.org/";) and (#\space) are badly-formed sxml that
the sxml->html tooling will generally be ok with and most things that
use foldts generally will not be.

:-(




Regards,
@ndy

-- 
[email protected]
http://www.ashurst.eu.org/
0x7EBA75FF


_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to