Re: Match pattern

Subject: Re: Match pattern
From: Dieter Maurer <dieter@xxxxxxxxxxxx>
Date: Thu, 21 Jan 1999 19:48:06 +0100
Hello Oren

 > <xsl:template match="./SomeElement">
I do interpret this match pattern different than you (although,
I,too, think is a match pattern.

According the spec, "match(P,n)" is true iff "n in select(P,n0)"
for some "n0". As I understand this: "SomeElement" and
"./SomeElement" are equivalent as match pattern (and
they match both *AT THE ELEMENT*).

What you probably should use is ".[SomeElement]"

Dieter


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


Current Thread