+1 vote
in XML by
To match the root node in XMLT transform the syntax will be

A. <xsl:template match=”Document”>

B. <xsl:template match=”Root”>

C. <xsl:template match=”RootNode”>

D. <xsl:template match=” /”>

1 Answer

0 votes
by
<xsl:template match=” /”>
...