|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






