]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add some new functions to extension c_functions. user/dsy/extension_in_c
authorSwenyu Duan <dsy@sina.com>
Mon, 30 Jul 2012 02:42:47 +0000 (22:42 -0400)
committerSwenyu Duan <dsy@sina.com>
Mon, 30 Jul 2012 02:48:20 +0000 (22:48 -0400)
commit536b54013d03b29a97ff9faebcc75798965e29a2
tree8c90f2d7535ad8c6668ebd15860f9f365ddbd5b6
parentee05f868c50cb10ff4056535b1630cee9e1cf378
Add some new functions to extension c_functions.
New functions include oils_xslt_process, vandelay.add_field and vandelay.strip_field. These functions are implemente in plperlu before.
The C implementation of these functions relies on ICU4C and libxml2, libxslt. To install the new functions just create the extension
c_functions as before.
All the functions have not tested yet. There may be some errors in it. I will test it soon.

Signed-off-by: Swenyu Duan <dsy@sina.com>
Open-ILS/src/sql/Pg/extensions/c_functions--1.0.sql
Open-ILS/src/sql/Pg/extensions/makefile
Open-ILS/src/sql/Pg/extensions/normalize.functions_in_c.c
Open-ILS/src/sql/Pg/extensions/vandelay.functions_in_c.c [new file with mode: 0755]
Open-ILS/src/sql/Pg/extensions/xml.functions_in_c.c [new file with mode: 0755]