Monday, 10 September 2012

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

A. <xsl:template match=” id(‘change’)” >
B. <xsl:template match=” (change)”>
C. <xsl:template match=” change”>
D. <xsl:template match-id=”Change”>

Ans: A


No comments: