This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sending parameters with apply-templates doesn't work?


Hmmm am I doing something really stupid here?

What i need to do is to send a parameter with an apply-templates call, like
this:

<xsl:apply-templates select="document($querystr)"><xsl:with-param
name="selectedcategory">1</xsl:with-param></xsl:apply-templates>

which is then picked up by this template:

<xsl:template match="bookmarkcategories">
  <xsl:param name="selectedcategory"/>
    ...
 </xsl:template>

This generates no under the .Net on the MS platform parser but the parameter
doesn't get passed either, is it a parser bug or something I'm doing? Any
workaround
possible, can't come up with another good way to pass an parameter to a
attribute set fetched through document...

best regards
---
Mattias Konradsson


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]