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"?