Re: WIP - xmlvalidate implementation from TODO list

2025-12-07 Thread Marcos Magueta
Thank you for your kind review! Before I continue with the implementation, I would like to address your concerns and discuss it further and see if it's worth carrying on. 1) Will do! 2) The issue is the following: ``` ./../../src/test/regress/pg_regress --temp-instance=./tmp_check --inputdir=. -

Re: WIP - xmlvalidate implementation from TODO list

2025-12-06 Thread Kirill Reshke
On Sun, 7 Dec 2025 at 04:38, Marcos Magueta wrote: > > Hello! > > I am likely one of the few people still using XML, but I noticed XSD schema > validation is still a TODO on postgresql, which I have some personal use > cases for. > > In this patch I attempt to implement XMLVALIDATE with the alre

WIP - xmlvalidate implementation from TODO list

2025-12-06 Thread Marcos Magueta
Hello! I am likely one of the few people still using XML, but I noticed XSD schema validation is still a TODO on postgresql, which I have some personal use cases for. In this patch I attempt to implement XMLVALIDATE with the already in use libxml following a version I got my hands on of the SQL/X