You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Taras Tielkes <ta...@info.nl> on 2001/10/29 16:47:46 UTC

Meaning of XPath.MATCH vs. XPath.SELECT

Hi,

This is propably a bit of a silly question, but is there a definition of
these two types of expressions available somewhere?

Thanks,

// tt

RE: Meaning of XPath.MATCH vs. XPath.SELECT

Posted by Gary L Peskin <ga...@firstech.com>.
I believe that Xpath.MATCH is intended to be used for a MATCH pattern.
Definition is given in the XSLT Recommendation.  Xpath.SELECT is
intended to be a used for a LOCATION PATH.  Definition is given in the
XPATH Recommendation.

HTH,
Gary

> -----Original Message-----
> From: Taras Tielkes [mailto:taras@info.nl] 
> Sent: Monday, October 29, 2001 7:48 AM
> To: 'Xalan-J-Users (E-mail)
> Subject: Meaning of XPath.MATCH vs. XPath.SELECT
> 
> 
> Hi,
> 
> This is propably a bit of a silly question, but is there a 
> definition of these two types of expressions available somewhere?
> 
> Thanks,
> 
> // tt
>