xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] setting attributes based on values


Subject: RE: [xsl] setting attributes based on values
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Thu, 17 May 2001 15:58:12 -0700

This doesn't work:
        <input name="{name}" type="{type}" value="{value}"/>
        <xsl:if test="checked='true'">
            <xsl:attribute name="checked">true</xsl:attribute>
        </xsl:if>

But maybe this will:
        <input name="{name}" type="{type}" value="{value}">
        <xsl:if test="checked='true'">
            <xsl:attribute name="checked">true</xsl:attribute>
        </xsl:if>
        </input>

PC2

-----Original Message-----
From: Alex Black [mailto:enigma@xxxxxxxxxxxxxxxx]
Sent: May 17, 2001 15:15
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] setting attributes based on values

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



Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor