[
Lists Home |
Date Index |
Thread Index
]
Mattison,
On Fri, Nov 12, 2004 at 03:14:13PM -0500, Mattison wrote:
> Not that long ago I bumped into an example where an xml and xsl page made
> reference to each other such that if you pointed IE at one (I think the
> xml page) it would display the xml data as transformed by the xsl.
> Unfortunately have several google searches I can't seem to find this.
I think you're looking for the xml-stylesheet processing instruction[0].
This processing instruction can be used for associating a number of
different types of stylesheets with a given XML document, including XSLT
stylesheets (although the examples in the Rec talk about CSS). An XSLT
association might look like this:
<?xml-stylesheet href="/some/stylesheet.xsl" type="text/xsl"?>
I know this is supported in Mozilla-based web browsers, and I think it
is also supported in IE.
Take care,
John L. Clark
[0] http://www.w3.org/TR/xml-stylesheet/
PGP signature
|