Dave - I got it ![]()
$LINETOT = Select-Xml -Xml $node -XPath './/AMOUNT[@qualifier="EXTENDED"]/VALUE/text()' |
ForEach-Object { $_.Node.Value }
Thank you for your patience…
Dave - I got it ![]()
$LINETOT = Select-Xml -Xml $node -XPath './/AMOUNT[@qualifier="EXTENDED"]/VALUE/text()' |
ForEach-Object { $_.Node.Value }
Thank you for your patience…