[EMAIL PROTECTED] 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
