Login
Remember
Register
Ask a Question
To match the root node in XMLT transform the syntax will be
+1
vote
asked
Aug 20, 2020
in
XML
by
Robindeniel
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=” /”>
#xmlt-transform
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 21, 2020
by
SakshiSharma
<xsl:template match=” /”>
...