Hi Everyone,
I have the following XML:
I need to match the variable text(site) and grab the variable text(joe). I am not sure how to use the "following-sibling" syntax in this example.
Thanks in advance,
Todd
I have the following XML:
Code:
<input type ="Data">
<parameter name ="Name">
<variable type="Static">
<![CDATA[site]]>
</variable>
</parameter>
<parameter name="Value">
<variable type="Static">
<![CDATA[joe]]>
</variable>
</parameter>
</input>
Thanks in advance,
Todd
Comment