I can’t seem to grab this specific node.
<w:body>
<w:p wsp:rsidR="00D12EE7" wsp:rsidRDefault="00F86B09">
<w:fldSimple w:instr=" MERGEFIELD GAS_REAFCity ">
<w:r>
<w:rPr>
<w:noProof/>
</w:rPr>
<w:t>«GAS_REAFCity»</w:t>
</w:r>
</w:fldSimple>
</w:p>
</w:body>
I have tried can get as close as //w:p/w:fldSimple
but how do i select w:instr=” MERGEFIELD GAS_REAFCity “.
Thanks
Appreciate any help!!
Don’t attributes use the @ syntax, so you’d select @w:instr ?
XPath Expression Tester