|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Testing if an element has an attribute
Hi Marc,
Your XSL syntax wasn't correct:
<xsl:template match="person">
<xsl:if test="@name">
<xsl:element name="{@name}"/>
<xsl:apply-templates/>
</xsl:if>
</xsl:template>
Cheers,
Frank.
-----Original Message-----
From: marc.harrington@xxxxxxxxx [mailto:marc.harrington@xxxxxxxxx]
Sent: lunes, 08 de octubre de 2001 18:42
To: XSL List
Subject: Testing if an element has an attribute
Hi all,
Does anyone know how to test if an element has an attribute?
I have an element person which may or may not contain an attribute name.
<person name="John">
<person >
I want to create a new element for each <person> , that has the name
attribute.
I'm currently trying the following
<xsl:template match="person">
<xsl:if @name != ""> // this
line is causing the problem
<xsl:element name="{@name}">
<xsl:apply-templates/>
</xsl:if>
</xsl:element>
</xsl:template >
Any ideas?
Cheers,
Marc
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








