[xsl] passing xml as input into a trasnformation

Subject: [xsl] passing xml as input into a trasnformation
From: Marcus Irven <mirven@xxxxxxxxx>
Date: Wed, 21 Jul 2004 18:40:29 -0700
Currently I have some xml in a global <xsl:variable> and am I
accessing it using exslt:node-set().  I need to pass this is to the
transformer and access it using <xsl:param> also as a node-set.  I'm
using xalan-J and haven't been able to get this working.  Is this
possible?

Thanks
Marcus

Current Thread