[Home] [By Thread] [By Date] [Recent Entries]
Jacob P. Glenn wrote:
Here you are applying templates to child::input elements only, that is
what abbreviated XPath expression "input" selects. If you are interested
in all input elements descendants of the form element, use
"descendants::input" instead or ".//input" for short.<xsl:apply-templates select="descendants::input" > <xsl:with-param name='href' select='@action'/> </xsl:apply-templates>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



