Re: [xsl] is paging transformation on server side possible ?

Subject: Re: [xsl] is paging transformation on server side possible ?
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Mon, 23 Jul 2001 10:56:01 +0100
u may use server side XSLT transforms in many forms ( i ignore server side
mxxsl solutions, of which there are many ways of doing )

a) use saxon servlet ( or use cfx_saxon in cold fusion ) provided with
Michael Kay SAXON parser
b) use Axkit ( www.axkit.org ) which essentially uses mod_perl and sablotron
c) create a cgi that executes sablotron ( ie sabcmd ) www.gingerall.com
which is a parser built in c
d) any of the java parsers can be run using JRUN
e) use perl as cgi whilst using many of the perl modules and libraries that
are specifically dedicated to xml/xslt

http://www.dpawson.co.uk/xsl/sect4/N10048.html
take a look here

good luck, jim fuller

----- Original Message -----
From: "Elise D." <tyris_azriel@xxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, July 23, 2001 10:32 AM
Subject: [xsl] is paging transformation on server side possible ?


> do someone knows a way to make paging on server side ?
> A
> transformation that only makes html.. because if i
> make the
> transformation on the server and send the html to the
> client, i
> should only send html (and javascript if needed), as
> the user won't
> have ms xsl 3 installed.... i only saw example of
> paging on client
> side. if you know something about this and have sample
> code...
>
> regards,
> elise, xml learning girl ;-)
>
>
>
>
> ___________________________________________________________
> Do You Yahoo!? -- Vos albums photos en ligne,
> Yahoo! Photos : http://fr.photos.yahoo.com
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread