[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] selecting xsl:param-variable content
quick question (apologies for my laziness in not just testing it out, but perhaps the answer to this could be included as an example in the spec-hint hint): 1) can you access the node structure of a template param via and 2) if so, does the value of the param contain the root element or is the param bound to the root element itself? <xsl:call-template name="example"> <xsl:param name="content"> <a> <b type="example">data</b> </a> </xsl:param> </xsl:call-template> <template name="example"> <param-variable name="content" /> <value-of select="$content/a/b[@type='example']"/> </template> or would it be: <value-of select="$content/b[@type='example']" /> Jonathan Borden http://jabr.ne.mediaone.net 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
|