RE: [xsl] client side transformations

Subject: RE: [xsl] client side transformations
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 28 Nov 2001 22:34:26 -0000
> I am working on a program using XSLT/XML which would
> normally display part of the data in an XML document
> based on which stylesheet was used to process it.  I
> want to process the data with a different stylesheet
> to present a changed information subset when the user
> clicks on a link to request this, but WITHOUT having
> to download the XML document from the server a second
> time.
>
> How would you go about this?

Sounds like you're using client-side MSXML3. You need to learn how to drive
it with JavaScript code on the HTML page. You'll find the API specs in the
MSXML3 SDK, and examples in Appendix A of my XSLT Programmers Reference.

Mike Kay


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


Current Thread