Subject: Re: Identifying two tags that share some attribute names andvalues
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 07 May 2002 12:27:33 +0200
|
Zack Brown schrieb:
On Mon, May 06, 2002 at 05:04:46PM +0200, Joerg Heinicke wrote:
normalize-space() should handle this.
Hmm, I tinkered with it a little, but I'm not sure exactly where to use
it... the current recipe I'm using on my actual data is:
<xsl:if test="not($section/@*[name() = name(current())] = .)">no</xsl:if>
<xsl:if test="not(normalize-space($section/@*[name() = name(current())])
= normalize-space())">no</xsl:if>
Joerg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Evan Lenz - Mon, 6 May 2002 03:45:19 -0400 (EDT)
|
|