PDA

View Full Version : search in xml ?


santral
01-16-2008, 02:02 PM
is it possible to search in xml ?

for example ; I will search "xyz" ,and will know that it s in <group>

.....
<group>
<img>xyz</img>
</group>
.....

dragonw
03-28-2008, 06:40 AM
Up
please i need this me too

Search in xml file and open the file

ShadowUK
03-28-2008, 11:26 AM
is it possible to search in xml ?

for example ; I will search "xyz" ,and will know that it s in <group>

.....
<group>
<img>xyz</img>
</group>
.....

I don't know about that, but you could always do TextFile to a string then use String.Find