RE: [xsl] forms that span other elements

Subject: RE: [xsl] forms that span other elements
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 22 Apr 2002 10:54:07 +0300
> <xsl:template match="form">	 <!-- Form template to convert XHTML
> forms to WML input elements -->
>        <xsl:apply-templates select="input" >

Change to

  <xsl:apply-templates select=".//input" >

S

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


Current Thread