Quantcast
Channel: Read value Inside tags from xml using Batch Script - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Read value Inside tags from xml using Batch Script

$
0
0

Example : In test.xml, I have

<head><file name="input"><above><tag point="x"/></above><below> <result first="00"/></below></file><file name="output"><above> <tag point="y"/> </above><below> <result first="11"/> </below></file></head>

I should read this XML in batch script where i should get value "11" .This "11" is found inside tag in tag in .

I have to get only the value "11" in the above specified path.

This is an example where in a real scenario there can be different value in place of "11".

Thanks in advance


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images