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)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to