Login
Remember
Register
Ask a Question
To match the specific XML elements child like of parent element is the syntax will be
+1
vote
asked
Aug 20, 2020
in
XML
by
Robindeniel
To match the specific XML elements child like of parent element is the syntax will be
A. <xsl:template match=”PLANET_NAME”>
B.<xsl:template match=”PLANET/NAME”>
C. <xsl:template match=”/NAME”>
D. <xsl:template match=”//”>
#xml-elements
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 21, 2020
by
SakshiSharma
<xsl:template match=”PLANET/NAME”>
...