"Joel McConaughy" <[EMAIL PROTECTED]> wrote:
> I'm trying to implement a UDF that supports xpath evaluation on a column
> using the gnome libxml2 library. The library is thread-safe EXCEPT for
> the initialization and deinitialization routines which need to be called
> on a pre-process basis. My
I'm trying to implement a UDF that supports xpath evaluation on a column
using the gnome libxml2 library. The library is thread-safe EXCEPT for
the initialization and deinitialization routines which need to be called
on a pre-process basis. My question:
1. Is there a good place (or any place??)
bxml2 library (http://libxml.org).
Peace,
Dave
--
// udf_xpath.cc - XPATH() UDF for MySQL and libxml2.
// Written by Dave Benjamin <[EMAIL PROTECTED]>.
//
// Compilation:
// g++ -shared udf_xpath.cc -lxml2 -o udf_xpath.so
// (you may need to add -I/usr/include/libxml2 or someth