Re: [PHP-DEV] relative xpath queries

2002-07-16 Thread Dan Allen
Garland foster ([EMAIL PROTECTED]) wrote: > If this gets attention I'd add another request: > Please make the nodeset an array of REFERENCES to dom nodes, so we > wan use Xpath to locate a node and then we can change it using DOM > functions. > It will make a sensible difference to implement, for

Re: [PHP-DEV] relative xpath queries

2002-07-16 Thread Garland foster
If this gets attention I'd add another request: Please make the nodeset an array of REFERENCES to dom nodes, so we wan use Xpath to locate a node and then we can change it using DOM functions. It will make a sensible difference to implement, for example, Xupdate or modifications based on Xpath exp