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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.