[Home] [By Thread] [By Date] [Recent Entries]
Take a look at the Xpath tutorial on http://www.zvon.org/
<http://www.zvon.org/> . the other tutorials (e.g. XSL) are also worth going
through. For selecting a range of elements look at the Xpointer to see what
Xpath does not include.
Cheers,
Ruan
-----Original Message-----
From: e.e [SMTP:ersin.e@h...]
Sent: Thursday, January 04, 2001 9:41 PM
To: xml-dev@l...
Subject: matching
Hi everyone,
I am just a beginner and my questions are as follows:
<xsl:template match ="/order"> {starts from document root,Child of a
document root } {does it return all order elements or first match?}
<xsl:template match ="order"> {starts from ? Child of a which
context node ? } {does it return all order elements or first match?}
<xsl:template match ="//order"> {starts from ? Child of a which
context node ? } {does it return all order elements or first match?}
thanks
ersin
|

Cart



