RE: [xsl] Obtaining xml node value and using it as variable

Subject: RE: [xsl] Obtaining xml node value and using it as variable
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 4 Oct 2005 15:48:10 +0100
> During xslt run time...
> 
> Is there a way to get a node value from a xml document
> and set this as a parameter.

<xsl:with-param name="p" select="node"/>
> 
> hope I have explained this well enough...?!?
> 
> Geoff

I suspect you haven't.

Michael Kay
http://www.saxonica.com/

Current Thread