|
Subject: [xsl] node test on element of an attribute From: Georges Schmitz <georges.schmitz@xxxxxxxxx> Date: Thu, 31 Aug 2006 18:02:08 +0200 |
I have: 1) entity/@vo-name 2) property/@vo-name
<xsl:template match="@vo-name" mode="copy-modify">
<xsl:variable name="temp">
<xsl:choose>
<xsl:when test="~something with entity~" >...</xsl:when>
<xsl:when test="~something with property~" >...</xsl:when>
...Many thanks, Georges
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] White spaces, Michael Kay | Thread | Re: [xsl] node test on element of a, David Carlisle |
| RE: [xsl] failed to find the right , Mulberry Technologie | Date | Re: [xsl] failed to find the right , David Carlisle |
| Month |