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 <m...@gushee.net> 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
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to