Subject: 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:08:42 -0800
|
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.
|