This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Retrieving an Attribute from an Attribute-set


Hi,
i want to retrieve an attribute from an attribute-set to use in a xsl:if
test.

e.g.
I have this following attribute-set declared in a xsl file.
    <xsl:attribute-set name="set">
          <xsl:attribute name="display">yes</xsl:attribute>
     </xsl:attribute-set>
in the same file i want to use a xsl:if declaration

<xsl:template match="node">
       <xsl:if test=" 'value-of-display attribute from set' = 'yes'" >
                <!-- do something -->
       </xsl:if>
</xsl:template>

Is it possible ?

-Dhiraj







_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]