Jon Slack - 2008-07-01 14:43:21
It would appear that what most prople want when looking for an XML Parser, is to obtain the values held in an XML file, rather than the structure. After all, you can see the structure by opening in a browser.
Would it be possible to provide a function to output the actual values from an XML file in a way that print_r() can provide something meaningful?
I suspect that most people would want to parse an XML file in order to put the values in arrays in order to do something useful with them, or MySQL data files for more accessible storage.
Whilst I agree that a competent programmer should be able to take the output from this class and do just that, not everyone who uses this site is as experienced.