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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

big proble with parsing xml file

Status
Not open for further replies.

donny750

Programmer
Joined
Jul 13, 2006
Messages
145
Location
FR
hello,

I've xml file like this file :
</perms>
<permsi val ="YES" NUMBER ="2" STAGE ="5" TRANSFORMATIONSTYLE ="HOUSE DIVISION"/>
<permsi val ="YES" NUMBER ="2" STAGE ="6" TRANSFORMATIONSTYLE ="CAR DIVISION"/>
<configpermsi object ="default" TYPE ="module config">
<ATTRIBUTE NAME ="xc" LEVEL ="FIT OF"/>
</configpermsi>
....

<EMP>
....
<configpermsi object ="default" TYPE ="module config">
<ATTRIBUTE NAME ="xc" LEVEL ="FIT OF"/>
</configpermsi>
</EMP>

and i want to parse this file and find if they are a markup with an attribute with the values
:
<ATTRIBUTE NAME ="xc" LEVEL ="FIT OF"/>

It is possible to do this ?
What parser must be use ?

Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top