Subject: RE: XSL and XML in one file
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 2 Feb 2000 18:17:50 -0000
|
See the facility described as "Embedded Stylesheets" in the XSLT
specfication. I don't know which products support it. SAXON doesn't (yet),
at least not without a fair bit of help from the application.
But the other solution, if the source file really contains only a dummy
element, is to run the stylesheet against itself:
saxon style.xsl style.xsl
Mike Kay
> -----Original Message-----
> From: tmmet tvp [mailto:tmmet@xxxxxxxxxxx]
> Sent: 02 February 2000 17:16
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: XSL and XML in one file
>
>
> Hi,
> I've an xml file.Its dummy...That is,it has only one tag.
> When I load the xml file, I've to display a table( using xsl).
> I want to use a single file(for xml and xsl)as I've only one
> dummy tag in my
> xml file.
> Is there any way out to do this?.Any ideas/suggetsions will
> be greatly
> helpful for me..
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|