This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSL and XML in one file


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@hotmail.com]
> Sent: 02 February 2000 17:16
> To: xsl-list@mulberrytech.com
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]