How to make search in XML files in PHP4

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
maindeepak
Forum Newbie
Posts: 1
Joined: Tue May 30, 2006 9:30 am

How to make search in XML files in PHP4

Post by maindeepak »

Hello friends,

I need help to make search in xml files.
Is it any other method to make a search in XML files other than parshing the XML.


Thank u.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

unless you want to search the XML markup as well, you'll have to parse it.
Post Reply