[Home] [By Thread] [By Date] [Recent Entries]
Hi, can somebody tell how could i set the default value of a parameter to all possible value (i.e. *) this is what i did: <xsl:param name="param1" select="*"/> .... <xsl:for-each select="elementName[childName=$param1]"> <xsl:copy-of select="elementName"/> </xsl:for-each> ... however this does not work, can somebody let me know how to do it or achieve similiar outcome? Many thanks Regards Kit
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



