chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] parameter limit


From: foobar
Subject: Re: [Chicken-users] parameter limit
Date: Wed, 16 May 2007 12:16:51 +0200
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

address@hidden schrieb:
> Hi all,
>
> On Tue, May 08, 2007 at 08:17:57AM +0200, felix winkelmann wrote:
>   
>> sxml-tools uses the rather questionable idiom of "(apply append"
>> and "(apply string-append" at various places, which (I believe) is
>> repsonsible for the argument limit error.
>>
>> I have uploaded a new version (1.2) that uses "concatenate" and
>> "string-concatenate", respectively and seems to pass the test-suites.
>>
>> Please give it a try (with an unmodified chicken), since raising the
>> argument limit not really eliminates the problem (just pospones it).
>>     
>
> I notice that sxml-tools doesn't implement the sxml:document procedure
> (or at least, I can't find it in any of the XML-related packages).
> This seems like a very useful function, because it can handle either
> files or URIs.
>   

I think the problem here is that xml:document relies on the
xlink-infrastructure.
xlink is currently not supported by chicken as it lacks the
ssax:multi-parser.
I recently ran in this issue too. I don't know if the maintainer of the
sxml-tools
and ssax has this on his/her todo-list. If not, it may be a good idea to
mail about
it or even start porting the code to chicken and package it up.?

greets david




reply via email to

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