Subject: Re: [SPAM] RE: Re: [SPAM] RE: RE: [SPAM] - Re: characters in xsl - Bayesian Filter detected spam
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Thu, 11 Nov 2004 08:14:03 -0800
|
Colin defined it perfectly... use his definition to base your
understanding on.
Bradley, Peter wrote:
Ah! Only in the tree below the context element? So my previous example would only work from the document element?
Peter
-----Original Message-----
From: M. David Peterson [mailto:m.david@xxxxxxxxxx]
Sent: 11 November 2004 16:09
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [SPAM] RE: RE: [SPAM] - Re: characters in xsl - Bayesian Filter detected spam
Bradley, Peter wrote:
Actually, while we're on this topic, would somebody mind explaining the // notation for me?
// will instantiate a recursive match of the entire document for the
element or attribute on the right. so //foo will return every
descendant foo element from the current context element down - no matter
where it is.
|