[xsl] XML Embedded in XSL Embedded in XML

Subject: [xsl] XML Embedded in XSL Embedded in XML
From: "Eric Selje" <Eric_Selje@xxxxxxxxxxxxxxxx>
Date: Thu, 19 Feb 2004 13:48:26 -0400
I seem to have a catch-22 here that my mind can't get around, as I try to convert from hard-coded html to XSL.  I've got an XML file with a ref to an XSL, eg.

<?xml-stylesheet type="text/xsl" href="Test.xsl"?>
<xml> ... </xml>

The stylesheet has all the usual stuff, but also this attribute:

<xml id="Info" src="h:\temp\dccase.xml" />

My problem is that I *want* the src to be is the very XML document that called the XSL in the first place.  How would I do that?

Thanks,

Eric

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread