Jump to content

Search an XML file


willpower

Recommended Posts

PHP5 installed

 

I have an XML file with hundreds of jobs included within it.  The task is simple but I have no idea about how to start.

 

Lets say that I want to search for all jobs that have a Live Status.  the xml will contain something like

<Job>

<Job_Number>1245356</Job_Number>

<Status>LIVE</Status>

<NextField>somedata</NextField>

<NextField>somedata</NextField>

<NextField>somedata</NextField>

and so on

</Job>

 

How do I do this a) to return all the nodes which their is a match and b) to retuen only one node upon a match such as Job Number

 

Thanks

 

Will

 

Link to comment
https://forums.phpfreaks.com/topic/71740-search-an-xml-file/
Share on other sites

I think this is my fault.

I have read those already...and that is where i am stuck tbh.  I guess I am not trying to search, but rather 'query' the XML

 

I am capable of parsing each element at will, but I need to look inside the element and see if it meets a given criteria.

 

Hope that makes more sense. 

 

So far I have yet to determine such a function

Link to comment
https://forums.phpfreaks.com/topic/71740-search-an-xml-file/#findComment-361323
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.