xsl-list
[Top] [All Lists]

Re: matching elements with no attributes

2003-09-24 04:23:44
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



<Prev in Thread] Current Thread [Next in Thread>