|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Can't pass parameters across differing contexts?
Ok, I found the real problem, I had in fact tried matching the default
template and it made no difference, the version I had bounced up to the list
just happened to have replaced the default match with a more specific one in
an (ill advised) attempt to narrow down the problem.
The real problem was the selection of the parameter value:
<xsl:apply-templates select="document(concat($varname,'.xml'))"
mode="list">
<xsl:with-param name="sel">
<xsl:value-of
select="xalan:nodeset($query-criteria)/*[local-name()=$varname]"/>
</xsl:with-param>
</xsl:apply-templates>
This is picking up the local-name of root node of the document I've just
processed, what I really needed was the local-name of the original node
where this processing is being done. Moving the assignment of the parameter
outside of this hierarchy and using a variable to pass it does the trick.
No way anyone could have picked that up from what I posted, but thanks for
everyone's help
Peter Hunsberger
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








