I have set of xml files in the same structure. What I want to do is extract the content from set of files or from the specified folder. The structure look like in all the xml files,
...
<FAQs>
<content> test</content>
<creator>myname</creator>
</FAQs>
...
How this can be achieved using php?
Thanks in advance.