RE: [xsl] XPath expressions

Subject: RE: [xsl] XPath expressions
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 25 Mar 2009 11:04:19 -0000
Anything you see in an attribute named "select" or "test" is an XPath
expression.

Michael Kay
http://www.saxonica.com/

> -----Original Message-----
> From: himanshu padmanabhi [mailto:himanshu.padmanabhi@xxxxxxxxx]
> Sent: 25 March 2009 10:50
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] XPath expressions
>
> Processing language must incorporate a declarative query
> syntax for selecting the data that needs to be processed. In
> SQL, that's the SELECT statement. In XSLT, the equivalent is
> the XPath expression.
>
> --Book from Micheal Kay
>
> Means we have to pass single quotes within double quotes like this.
> Is this method called the XPath expression?
>
> <xsl:template name="str:tokenize">
>     <xsl:param name="args" select="'$args'" />
>     <xsl:param name="delimiters" select="' '" />
>
> It will be surely there in later part of the book.But can
> anyone tell me now which are exactly XPath expressions?
>
> ---------------
> Thanks and Regards,
> Himanshu Padmanabhi

Current Thread