Subject: Re: choose stylesheet Carlton Noles
From: "jim" <cutlass@xxxxxxxxxxx>
Date: Fri, 4 May 2001 12:51:31 +0100
|
> currently lo display my xml in a chosen way I do
> this...
>
> <?xml version="1.0" encoding="ISO8859-1" ?>
> <?xml-stylesheet type="text/xsl"
> href="/xml/category.xsl"?>
> <DATA>...
> </DATA>
>
> what I want to do is remove the stylesheet reference
> tag and indicate in my document which xml file to use
> and which xsl file to transform it with independently
> of one another.
http://www.dpawson.co.uk/xsl/N2602.html
u may import a stylesheet from somewhere else or import xml data file using
document() function.
i would suggest investigating these functions then ask your question again,
cheers, jim fuller
u
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|