Subject: RE: Selecting the xsl-file
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 8 Oct 2003 22:00:27 +0100
|
If you download the Microsoft MSXML SDK, it comes with a help file that
contains all the gory details of the Javascript API for driving the XSLT
processor. Or you will find extensive examples in Appendix A of my book
XSLT Programmers Reference.
I'm assuming that you're using Microsoft, because most people who use
Microsoft seem to assume that everyone else does so too.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Kaarle Kaila
> Sent: 08 October 2003 06:28
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Selecting the xsl-file
>
>
> hi,
>
> If I use the browser to view XML-files the XSLT file is
> defined in the <?xml-stylesheet type="text/xsl"
> href="tables.xsl"?> processing
> instruction.
>
> With a Java program with about 3 lines of code I can
> separately define the xml-file and the xslt file to produce
> different outputs e.g. 1. the main document, 2. the index etc.
>
> Can I get different outputs from the xml-file using the
> browser? How would I define the xslt file if that is not
> hardcoded in the xml-file?
>
> regards
>
> --
> Kaarle Kaila
> email: kaarle dot kaila at iki dot fi
> www.iki.fi/kaila
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|