Posted by Skeets on 02/23/06 23:07
i'm using XML to store configuration data within a dynamic structure.
i need to use paths to access the node values because th eitem(x) array
would mess up as soon as the structure changes.
as i understand it, php5 has no ability to do this out of the box (i've
spent hours trying).
i understand XPath can do this, but i've tried the sample code on
php.net and it breaks with fatal error messages.
has anyone else been able to achieve this basic functionality with php
out of the box?
tia...
Navigation:
[Reply to this message]
|