Re: xml2: add test for coverage

2023-01-31 Thread vignesh C
On Tue, 17 Jan 2023 at 17:06, vignesh C wrote: > > On Fri, 25 Nov 2022 at 18:08, Peter Eisentraut > wrote: > > > > On 23.08.22 03:38, Dong Wook Lee wrote: > > > I made a small patch for xml2 to improve test coverage. > > > However, there was a problem using the functions below. > > > > > > -

Re: xml2: add test for coverage

2023-01-17 Thread vignesh C
On Fri, 25 Nov 2022 at 18:08, Peter Eisentraut wrote: > > On 23.08.22 03:38, Dong Wook Lee wrote: > > I made a small patch for xml2 to improve test coverage. > > However, there was a problem using the functions below. > > > > - xpath_number > > - xpath_bool > > - xpath_nodeset > > - xpath_list >

Re: xml2: add test for coverage

2022-11-25 Thread Peter Eisentraut
On 23.08.22 03:38, Dong Wook Lee wrote: I made a small patch for xml2 to improve test coverage. However, there was a problem using the functions below. - xpath_number - xpath_bool - xpath_nodeset - xpath_list Do you have any advice on how to use this function correctly? It would also be good

xml2: add test for coverage

2022-08-22 Thread Dong Wook Lee
Hi, hackers I made a small patch for xml2 to improve test coverage. However, there was a problem using the functions below. - xpath_number - xpath_bool - xpath_nodeset - xpath_list Do you have any advice on how to use this function correctly? It would also be good to add an example of using the