Software Development
Hi,
I need to extract the element from an XML file and output this to a txt file using powershell.
<?xml version="1.0" encoding="utf-8"?>
<Generic version="1.0.0">
<ValueId>12345678</ValueId>
<ServerIP>127.0.0.1</ServerIP>
</Generic>
I've been able to extract the value 12345678 to a...