X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ftools.xml;h=80a9756c16751288f92b5df99260cda5f21b83d4;hp=9254f4ebdac68807334cd8d2dafd4dbef84725f6;hb=e418c3a09071c8ea587ce5e32b4f1dca18997dae;hpb=5a0cf1c72149bbd2b40c766910d3196309bc5b46 diff --git a/doc/tools.xml b/doc/tools.xml index 9254f4e..80a9756 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -731,6 +731,24 @@ set to both left&right. + + t=x + Allows masking anywhere in a term, thus fully supporting + # (mask one character) and ? (zero or more of any). + If masking is used, trunction is set to 102 (regexp-1 in term) + and the term is converted accordingly to a regular expression. + + + + t=z + Allows masking anywhere in a term, thus fully supporting + # (mask one character) and ? (zero or more of any). + If masking is used, trunction is set to 104 (Z39.58 in term) + and the term is converted accordingly to Z39.58 masking term - + actually the same truncation as CCL itself. + + + @@ -2066,7 +2084,7 @@ void cql_to_xml_stdio(struct cql_node *cn, FILE *f); Applications like - Pazpar2 uses XSLT to convert an XML encode MARC record to an internal + Pazpar2 uses XSLT to convert an XML encoded MARC record to an internal representation. This conversion mostly check the tag of a MARC field to determine the basic rules in the conversion. This check is costly when that is tag is encoded as an attribute in MARCXML.