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]

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