X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fbook.xml;h=462cb7f424a21d0a305b6a5e4573d9046fc135a1;hp=1c0d40f168c1d296bc646f398a214e7fd1aea98b;hb=80d0b86c41a5934878cb51657e92060909f320f4;hpb=a7700a89cbccc75a841583be64b0ec1902220193 diff --git a/doc/book.xml b/doc/book.xml index 1c0d40f..462cb7f 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -7393,21 +7393,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 +7429,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. + + + + + + +