[xsl] RE:what about [@this and @that] vs [@this][@that]?

Subject: [xsl] RE:what about [@this and @that] vs [@this][@that]?
From: "McKeever, Marty" <marty.mckeever@xxxxxxxxxxxxxxxxx>
Date: Thu, 06 Sep 2001 09:32:09 -0400
In my simple usage, these predicates seem to work exactly the same way.  Is
there a subtle difference I should be aware of between using:

select="item[@foo='bar' and @bar='foo']"

as opposed to:

select="item[@foo='bar'][@bar='foo']"

Thanks - you guys are great.  I've learned tons from this list over the past
few weeks!
Marty

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


Current Thread