OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: matching



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@home.com]
	Sent:	Thursday, January 04, 2001 9:41 PM
	To:	xml-dev@lists.xml.org
	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