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
|