xsl-list
[Top] [All Lists]

Re: Dropdown

2002-10-22 12:31:31


           <xsl:element name="input">
        <xsl:attribute name="type">checkbox</xsl:attribute>
        <xsl:attribute name="id"><xsl:value-of
select="@DetailId"/></xsl:attribute>
        </xsl:element>


is a very long way of writing
<input type="checkbox" id="{(_at_)DetailId}"/>




   <xsl:if test="@Type = 'DropDown'"> 
     </select>
   </xsl:if>


XSLT has to be well formed XML, 
<fooo>
  </xxx>
</foo>
will not get past the XML parser so your stylesheet will not be seen at
all by the XSL:T system.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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



<Prev in Thread] Current Thread [Next in Thread>