RE: [xsl] xsl reference in xsl

Subject: RE: [xsl] xsl reference in xsl
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 13 Nov 2001 15:47:44 +0200
> How can I add in a xsl file the xsl reference for the result.
> 
> I have 2 transformation steps, let'say 
> 
> xml1 -> xslA-> xml2 
> and
> xml2 -> xslB-> xml3
> 
> So I need to write in xslA a <xsl:??? > line that will write during
> transformation:
> 
> <?xml-stylesheet type="text/xsl" href="xslB.xsl"?>

http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions

J

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


Current Thread