|
Subject: [xsl] Testing if an element has an attribute From: marc.harrington@xxxxxxxxx Date: Mon, 8 Oct 2001 17:41:37 +0100 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Paging and Sorting, Jeni Tennison | Thread | Re: [xsl] Testing if an element has, David Carlisle |
| Re: [xsl] running saxon on commandl, Joerg Pietschmann | Date | RE: [xsl] running saxon on commandl, Chris Bayes |
| Month |