ModifyXML - Example

The complete XPath query used here is: //NCP/NCPObject/SECTION[@value="ServiceSettings"]/VARIABLE[@name="AutoAdminDetect"]

The command tries to find the NCP/NCPObject/SECTION in the NCP.xml file where the value attribute has the ServiceSettings value. The command continues searching below this entry for the VARIABLE entry where the name attribute has the AutoAdminDetect value. Finally, the command specifies NO for the value attribute.