hello,
I've xml file like this file :
and i want to parse this file and find if they are a markup with an attribute with the values
It is possible to do this ?
What parser must be use ?
Thanks
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
:FIT OF
<ATTRIBUTE NAME ="xc" LEVEL ="FIT OF"/>
It is possible to do this ?
What parser must be use ?
Thanks