0 votes
in XML by

InXSLT style sheet we have syntax to match elements with id as (if id is “ change” )

A. <xsl:template match=” id(‘change’)” >

B. <xsl:template match=” (change)”>

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

D. <xsl:template match-id=”Change”>

Related questions

0 votes
asked Jan 5, 2021 in HTML by SakshiSharma
0 votes
asked Aug 24, 2021 in Styling with CSS3 by Robindeniel
...