When using XSL what is the difference between
<xsl:apply-templates select="./*"/>
and
<xsl:apply-templates />
The former does not appear to bring in any text after a child element.
|
When using XSL what is the difference between
and
The former does not appear to bring in any text after a child element. |
||||
|
|
|
Correct. |
|||
|
|