This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: client side transformations


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]