[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Multiple attributes present and non-present


Subject: Re: [xsl] Multiple attributes present and non-present
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Wed, 6 Mar 2002 19:41:39 +0100

> I thought that: <xsl:if test="@ENCODINGANALOG/text()"/> would do this.

While attributes can't have attributes as child, they don't have text-nodes
too. Try "normalize-space(@ENCODINGANALOG)" instead.

Joerg


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



Current Thread