[Home] [By Thread] [By Date] [Recent Entries]

  • From: Ruan Malan <ruan@R...>
  • To: "'e.e'" <ersin.e@h...>
  • Date: Fri, 05 Jan 2001 11:15:37 +0200

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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member