Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pj731

  1. pj731

    Parsing ".xml" file

    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>...
  2. pj731

    Parsing &quot;.xml&quot; file

    Hi tsuji, This xml file doesn't have any style information. But can you please let me know where is the error in this document ? Thanks PJ
  3. pj731

    Parsing &quot;.xml&quot; file

    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" />...

Part and Inventory Search

Back
Top