X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fbook.xml;h=840703d957cacea1c43f586a4a93c90c924628b9;hb=6202af8d37d028f08b17f82fd1c07f97c8d60cb4;hp=1c0d40f168c1d296bc646f398a214e7fd1aea98b;hpb=a7700a89cbccc75a841583be64b0ec1902220193;p=yaz-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 1c0d40f..840703d 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 @@ -1530,6 +1537,11 @@ first operation), holds the negotiated version with the server (same or lower version). 1.2 + + extraArgs + Extra arguments for SRU/Solr URLs. The value must be + URL encoded already. + facets Requested or recommend facets may be given before a search is sent. @@ -2654,6 +2666,11 @@ none + itemorder-setname + Name of result set for record + default + + itemorder-item Position for item (record) requested. An integer 1 @@ -2661,6 +2678,107 @@ + + There are two variants of item order: ILL-variant and + XML document variant. In order to use the XML variant the setting + doc must hold the XML item order document. If that + setting is unset, the ILL-variant is used. + + + + ILL Request Options + + + + + Option + + + + protocol-version-num + transaction-id,initial-requester-id,person-or-institution-symbol,person + transaction-id,initial-requester-id,person-or-institution-symbol,institution + transaction-id,initial-requester-id,name-of-person-or-institution,name-of-person + transaction-id,initial-requester-id,name-of-person-or-institution,name-of-institution + transaction-id,transaction-group-qualifier + transaction-id,transaction-qualifier + transaction-id,sub-transaction-qualifier + service-date-time,this,date + service-date-time,this,time + service-date-time,original,date + service-date-time,original,time + requester-id,person-or-institution-symbol,person + requester-id,person-or-institution-symbol,institution + requester-id,name-of-person-or-institution,name-of-person + requester-id,name-of-person-or-institution,name-of-institution + responder-id,person-or-institution-symbol,person + responder-id,person-or-institution-symbol,institution + responder-id,name-of-person-or-institution,name-of-person + responder-id,name-of-person-or-institution,name-of-institution + transaction-type + delivery-address,postal-address,name-of-person-or-institution,name-of-person + delivery-address,postal-address,name-of-person-or-institution,name-of-institution + delivery-address,postal-address,extended-postal-delivery-address + delivery-address,postal-address,street-and-number + delivery-address,postal-address,post-office-box + delivery-address,postal-address,city + delivery-address,postal-address,region + delivery-address,postal-address,country + delivery-address,postal-address,postal-code + delivery-address,electronic-address,telecom-service-identifier + delivery-address,electronic-address,telecom-service-addreess + billing-address,postal-address,name-of-person-or-institution,name-of-person + billing-address,postal-address,name-of-person-or-institution,name-of-institution + billing-address,postal-address,extended-postal-delivery-address + billing-address,postal-address,street-and-number + billing-address,postal-address,post-office-box + billing-address,postal-address,city + billing-address,postal-address,region + billing-address,postal-address,country + billing-address,postal-address,postal-code + billing-address,electronic-address,telecom-service-identifier + billing-address,electronic-address,telecom-service-addreess + ill-service-type + requester-optional-messages,can-send-RECEIVED + requester-optional-messages,can-send-RETURNED + requester-optional-messages,requester-SHIPPED + requester-optional-messages,requester-CHECKED-IN + search-type,level-of-service + search-type,need-before-date + search-type,expiry-date + search-type,expiry-flag + place-on-hold + client-id,client-name + client-id,client-status + client-id,client-identifier + item-id,item-type + item-id,call-number + item-id,author + item-id,title + item-id,sub-title + item-id,sponsoring-body + item-id,place-of-publication + item-id,publisher + item-id,series-title-number + item-id,volume-issue + item-id,edition + item-id,publication-date + item-id,publication-date-of-component + item-id,author-of-article + item-id,title-of-article + item-id,pagination + item-id,ISBN + item-id,ISSN + item-id,additional-no-letters + item-id,verification-reference-source + copyright-complicance + retry-flag + forward-flag + requester-note + forward-note + + +
Record Update @@ -5730,6 +5848,12 @@ typedef struct { in YAZ 4.2.38.
+ s=sl + + Tokens are split into sub-phrases of all combinations - in order. + This facility appeared in YAZ 5.14.0. + + r=o Allows ranges and the operators greather-than, less-than, ... @@ -7393,21 +7517,25 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, - xslt + select - The xslt element specifies a conversion - via &acro.xslt;. The following attributes may be specified: + The select selects one or more text nodes + and decodes them as XML. + The following attributes may be specified: - stylesheet (REQUIRED) + path (REQUIRED) - Stylesheet file. + X-Path expression for selecting text nodes. + + This conversion is available in YAZ 5.8.0 and later. + @@ -7425,6 +7553,24 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct,
+ + xslt + + + The xslt element specifies a conversion + via &acro.xslt;. The following attributes may be specified: + + stylesheet (REQUIRED) + + + Stylesheet file. + + + + + + +