Re: [xsl] matching elements with no attributes

Subject: Re: [xsl] matching elements with no attributes
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 24 Sep 2003 13:23:44 +0200
Elena Pierazzo wrote:
Is there a way to match an element just when the element itself has no attributes?
Try
 test="l[not(@*)]"
or
 test="l[not(@part)]"

J.Pietschmann


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



Current Thread