Hi, using PHP I'd like to know how you would be able to parse XML output from an external PHP document. The parsing as such is not a problem, the issue is getting the actual output from the .PHP.
The output is output to the browser window in a flat format:
Code: Select all
<a>
<b>
<c1>value</c1>
<c2>value</c2>
<c3>value</c3>
</b>
<b>
<c1>value</c1>
<c2>value</c2>
<c3>value</c3>
</b>
</a>Many thanks.
~pickle | Please use [ code=html ], [ code=php ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: