[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Node-sets using


Subject: [xsl] Node-sets using <xsl:with-param>
From: Mir Farooq Ali <miali@xxxxxxxxx>
Date: Thu, 22 Jan 2004 00:26:50 -0500


I'm getting an error when trying to pass the current node into a template using <xsl:with-param name="current" select="current()"/> or <xsl:with-param name="current" select="."/>


The place where I'm trying to access it
<xsl:apply-templates mode="structure1" select="$current"/> is where I'm getting an error message using Saxon indicating that the select attribute is expecting node and what it's getting is xs:string.


What am I doing wrong here?

-Farooq.
--
Mir Farooq Ali

Computer Science, Virginia Tech,
Email: miali@xxxxxxxxx
Web: http://purl.org/net/farooq
Office: 525 McBryde Hall
Tel: (540) 231-1927 (Office)
--------------------------------------------
(c) 2004 Mir Farooq Ali  All rights reserved
--------------------------------------------



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



Current Thread