X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fbook.xml;h=fe638f396106ee6cee207dcd40fda0e27a4477ed;hp=56e701052b8aee06de9d55db54f20f7e83169941;hb=a643b7e1c8b5643c3b3f78fe845745705a305fe0;hpb=1352fba44fc02837055059fd137806c719fd2605 diff --git a/doc/book.xml b/doc/book.xml index 56e7010..fe638f3 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1221,14 +1221,21 @@ nmake install + + + There's an error in configure.js for Libxml2 2.9.2. + Line 17 should be assigned to configure.ac + rather than configure.in. + + For Libxslt it is similar. We must ensure that compilation of Libxslt links against the already installed libxml2. cd win32 cscript configure.js prefix=c:\libxslt-1.1.28.win32 iconv=no \ - lib=c:\libxmlt-2.9.2.win32\lib \ - include=c:\libxmlt-2.9.2.win32\include\libxml2 + lib=c:\libxml2-2.9.2.win32\lib \ + include=c:\libxml2-2.9.2.win32\include\libxml2 nmake nmake install @@ -2568,6 +2575,37 @@ The type specifies the actual extended service package type to be sent. + + Extended Service Type + + + + + + Type + Description + + + + + itemorderItem Order + + + updateRecord Update + + + createDatabase Create + + + dropDatabase Drop + + + commitCommit Operation + + + +
+ Extended Service Common Options @@ -2625,7 +2663,8 @@ Item Order - For Item Order, type must be set to itemorder in + For Item Order, type must be set to + itemorder in ZOOM_package_send. @@ -2776,7 +2815,8 @@ Record Update - For Record Update, type must be set to update in + For Record Update, type must be set to + update in ZOOM_package_send.
@@ -2882,7 +2922,8 @@ Database Create - For Database Create, type must be set to create in + For Database Create, type must be set to + create in ZOOM_package_send. @@ -2912,7 +2953,8 @@ Database Drop - For Database Drop, type must be set to drop in + For Database Drop, type must be set to + drop in ZOOM_package_send.
@@ -2941,7 +2983,8 @@ Commit Operation - For Commit, type must be set to commit in + For Commit, type must be set to + commit in ZOOM_package_send.