Re: [GENERAL] xpath_list() question for contrib/xml2

2005-02-14 Thread Bruce Momjian
Added to TODO: * Add xpath_array() to /contrib/xml2 to return results as an array --- John Gray wrote: > On Mon, 24 Jan 2005 16:53:47 -0800, Ron Mayer wrote: > > > Short summary: > > > >I want something like

Re: [GENERAL] xpath_list() question for contrib/xml2

2005-01-25 Thread John Gray
On Mon, 24 Jan 2005 16:53:47 -0800, Ron Mayer wrote: > Short summary: > >I want something like xpath_list() that returns an array >(instead of a delimited, concatenated string) when multiple >nodes exist in an XML file. It feels to me like that'd >be a better (cleaner) API. > Y

[GENERAL] xpath_list() question for contrib/xml2

2005-01-24 Thread Ron Mayer
Short summary: I want something like xpath_list() that returns an array (instead of a delimited, concatenated string) when multiple nodes exist in an XML file. It feels to me like that'd be a better (cleaner) API. Before I write one, does anyone already have such a patch? If not, woul