OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Connecting xml to xsl

[ 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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS