[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Re: Method for delimiting template results


Subject: Re: [xsl] Re: Method for delimiting template results
From: Ted Stresen-Reuter <tedmasterweb@xxxxxxx>
Date: Wed, 5 Mar 2003 16:46:37 -0600

That does the trick, and it allows me to select all checkboxes regardless of their relationships to the root element. Thank you!!!

Ted

On Wednesday, March 5, 2003, at 04:34 PM, Conal Tuohy wrote:

Perhaps you could try:

<xsl:apply-templates select=".//input[@type='checkbox']"/> ?


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



Current Thread