This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RE: DOM and XML parser


Didier PH Martin wrote:
> Exact. Sorry I forgot to say that the match attribute's value is valid
> only for an Xpath subset. The subset that refers to a single node.
> So to recap:
> a) the match attribute uses a subset of Xpath. A subset used to locate a
> particular node. The result set of a match is a singleton (i.e. a single
> entity)

Well, sort of. The match attribute is not evaluated to produce a result.
It is just saying "this template can be used to process a node, if that
node matches this pattern". Not the same thing as saying "go get me a node
that matches this pattern".

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]