chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Lowdown & sxml-serializer not working together


From: Jim Ursetto
Subject: Re: [Chicken-users] Lowdown & sxml-serializer not working together
Date: Wed, 21 Aug 2013 23:12:32 -0500

I don't remember offhand what the rationale was for this in sxml-serializer -- 
I can take a look but it might not be until this weekend.

On Aug 21, 2013, at 22:38, Matt Gushee <address@hidden> wrote:

> Hi, chickeneers--
> 
> I am working on an application that uses the lowdown egg to process
> *some* of the input, and sxml-serializer to render the output. I'm
> running into an issue ... I'm not sure if it's really a bug, but it's
> at least an compatibility problem:
> 
> markdown->sxml converts whitespace in the input to character objects,
> or lists of character objects, e.g.:
> 
>   '(#\space)
>   #\newline
> 
> ... but serialize-sxml can't handle these: evidently it wants either
> strings or symbols. I haven't found any arguments or parameters in
> either egg that seem to be able to affect this behavior.
> 
> So, is there something that needs to be fixed in one of these eggs, or
> do I just need to convert the markdown->sxml output to something that
> serialize-sxml can handle? Please advise.
> 
> --
> Matt Gushee
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]