Robert Koberg wrote: > > Hi, > ----- Original Message ----- > From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> > > > Jeremy Quinn wrote: > > > > > > At 7:22 pm +0100 22/2/02, Stefano Mazzocchi wrote: > > > >I uploaded (with much problems for your compiler, sorry about that) a > > > >few new components that I found very useful: > > > > > > > >1) ImageReader > > > >2) DirectoryZipArchiver > > > >3) Paginator > > > > > > Great Ideas! > > > > Thanks. > > > > > I've been doing lots of Pagination stuff in XSLT, yea it's beastly. > > > > Yes, it really sucks. I think that XSLT is a devil: it appears easy at > > first, but then grows up as a beast. I decided to do all my non-trivial > > logic back in java, where it belongs. > > If you can (eventually) use a XSLT 2 processr (Saxon 7 is out) you can use > the document function to act on just a portion of the document: > > document(request-URI, base-URI)
I try to avoid the document() function like a plague (they ruin the entire cocoon cache system and, IMO, are a pretty nasty hack that shouldn't belong to the XSLT spec) but it's so easy to use (at first) that normally people don't get my point....until the crush on it :) -- Stefano Mazzocchi One must still have chaos in oneself to be able to give birth to a dancing star. <[EMAIL PROTECTED]> Friedrich Nietzsche -------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]