Re: Implementing xml/xpath UDF with libxml2

2004-09-13 Thread Egor Egorov
"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

Implementing xml/xpath UDF with libxml2

2004-09-10 Thread Joel McConaughy
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??)

XPath UDF

2002-07-11 Thread Dave Benjamin
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