Hi! 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). cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
