Jump to content

PHP Library/Module able to capture entire parts of XML file?


inVINCEable

Recommended Posts

Hello all, I have looked into simplexml and am quite familar with it, however it no longer suites my need.

 

 

For example, I need a module that can capture all of the data under a particular element, for example

 

 

<file name="filename_here">

 

<element1></element1>

<element2></element2>

 

</file>

 

 

So if I capture the file element, all the elements and attributes under it would be captured as well. I would then write that part of the XML to a seperate file....

 

 

Any suggestions of a way to do this are GREATLY appreciated... :)

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.