Re: RE: [xsl] DOM and XML parser

Subject: Re: RE: [xsl] DOM and XML parser
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 16 Aug 2002 11:08:40 -0600 (MDT)
Didier PH Martin wrote:
> a) a pattern match or location expression (i.e. xpath) used as value for
> the <template match="xpath..."> element. Notice that the Xpath
> expression is used as a value (i.e. a string) of the match attribute.

Technically, the value of the match attribute is a 'pattern',
defined in XSLT only. It is a restricted kind of XPath expression
that a single node can be tested against for a match, rather than
a means of locating multiple nodes or producing some other kind of
XPath object (boolean, number, string).

The value of a select attribute is an XPath expression, though.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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


Current Thread