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:
> 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


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