Which markup should you use?

You have a Web.config file that contains the following markup.

You need to use an XSLT transformation to remove the add tag for Key3.
Which markup should you use?
A. <add key="Key3" xdt: Transform="Remove" />
B. <add key="Key3" xdt:Transform="Remove" xdt:Locator="Match(/configuration/appSettings/add[@key=’Key3′])"/>
C. <add xdt:Transform="Remove" />
D. <add key="Key3" xdt:Transform="Remove" xdt:Locator="Match(key)" />

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.