[xsl] equivalence of two predicate tests

Subject: [xsl] equivalence of two predicate tests
From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
Date: Mon, 26 May 2003 20:46:28 -0400 (EDT)
  in a book i'm perusing at the moment, there's a discussion of
simple predicates that's a bit confusing, so i just wanted to
verify that the following two expressions were equivalent:

  elt1[elt2/@attr="value"]

  elt1[elt2[@attr="value"]]

at least, i hope i typed those in properly.

rday


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


Current Thread