RE: [xsl] client side paging using XML, XSLT, and script from www.bayes.co.uk?

Subject: RE: [xsl] client side paging using XML, XSLT, and script from www.bayes.co.uk?
From: "Team 7 Projects Subscriptions" <subscriptions@xxxxxxxxxxxxxxxxx>
Date: Fri, 5 Aug 2005 11:44:49 +0200
Hi Joris,

Thanx, for the info. I actually just discovered that now. But now I am
struggling to send the raw XML to my client with the href for my stylesheet.
:( Sorry, I am not very good at XSLT. So if you of a way for me to do this,
please let me know. I am trying to use <xsl:output method="xml"/> ....

DW

-----Original Message-----
From: Joris Gillis [mailto:roac@xxxxxxxxxx]
Sent: 05 August 2005 10:54 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] client side paging using XML, XSLT, and script from
www.bayes.co.uk?


Hi,

Tempore 21:42:39, die 08/04/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx
scripsit Subscriptions @ Team 7 Projects <subscriptions@xxxxxxxxxxxxxxxxx>:

> I am in need of some desperate help here. I am attempting to use the
> article found on http://www.bayes.co.uk with respect to client side
> paging using XML and XSLT. I have searched high and low on the web and
> have not managed to find an answer/solution to my problem. Hoping
> someone can help.

It seems the javascript in question is designed to work with the original
XML and XSLT. If you first perform a transform and then send the result to
the client (as your ASP code does), the script cannot work.

You should serve the XML raw to the client (with the addition of a link to
the XSLT):

<?xml-stylesheet type="text/xsl" href="results_page.xslt"?> <series> <page>
<ad> <CompanyName>ABC (Pty) Ltd.</CompanyName> <ContactPerson>Mr
ABC</ContactPerson> <Email>me@xxxxxxxx</Email> </ad> <ad> <CompanyName>Co.
B</CompanyName> <ContactPerson>Trust Me</ContactPerson>
<Email>test@xxxxxxxxx</Email> </ad> </page> <page> <ad> <CompanyName>ABC
(Pty) Ltd.</CompanyName> <ContactPerson>Mr ABC</ContactPerson>
<Email>me@xxxxxxxx</Email> </ad> </page> </series>


regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
Spread the wiki (http://www.wikipedia.org)

Current Thread