How to read XML node's value in InstallScript
问题 I have following XML file. <Configuration> <Config1 connection="SQL">SampleData<Config1> </Configuration> I want to read the value "SampleData" of node Config1 in InstallScript function. I tried properties text, value, nodevalue. But none of it worked. I can read attribute connection's value. But how I can read node's value "SampleData"? 回答1: Help Documentation : Maybe try this help file documentation: Searching for XML Data Modifying XML Files Using XPath Expressions to Find XML Data in an