On 6/10/05, Luca Morandini <[EMAIL PROTECTED]> wrote:

<snip/>

> ---------------------------------
> CHANGES TO FORM-FIELD-STYLING.XSL
> ---------------------------------
> 

Note there is no need for the verbose XSLT element, attribute syntax
here, you can just use something like:

   <!--+
       | fi:imagemap
       +-->
    <xsl:template match="fi:imagemap">
                 <input type ="image" name="[EMAIL PROTECTED]" src="[EMAIL 
PROTECTED]"
title="{fi:hint}" ismap="true">
                     <xsl:apply-templates select="." mode="styling"/>
                 </input>
    </xsl:template>

<snip/>

-- 
Peter Hunsberger

Reply via email to