Hi tsuji,
Thanks, It was my mistake I sent you wrong file. The correct one is :
===================================================
<?xml version="1.0" ?>
<toplevel>
<ABC>
<xyz data ="twitter" />
<num int ="50" />
</ABC>
<ABC>
<xyz data ="facebook" />
<num int ="50" />
</ABC>...
Hi,
I have a file written in "C". In the same file I want to parse "a.xml" file and want to extract "xyz" values like "twitter", "Facebook" and "myspace"
===================================================
<?xml version="1.0" ?>
<toplevel>
<ABC>
<xyz="twitter" />
<num="50" />...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.