From: Adam Dickmeiss Date: Wed, 30 Jun 2010 14:44:17 +0000 (+0200) Subject: Remove newline in content and other X-Git-Tag: v2.0.45~5 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a16e37ef7b4ec41d5ac7a49df81c0c19b4fca0b9;ds=sidebyside Remove newline in content and other Having a newline in CDATA breaks conversion to PDF. Only took two hours to find out. --- diff --git a/doc/querymodel.xml b/doc/querymodel.xml index 0dbcebe..d7a7f84 100644 --- a/doc/querymodel.xml +++ b/doc/querymodel.xml @@ -142,7 +142,6 @@ -
&acro.rpn; queries and semantics @@ -215,15 +214,6 @@ Extension to the &acro.bib1; attribute set. predefined - @@ -680,8 +670,8 @@ via ASN.1. Practically no &acro.z3950; clients supports this. Fortunately they don't have to - &zebra; allows retrieval of this information in other formats: - &acro.sutrs;, &acro.xml;, - &acro.grs1; and ASN.1 Explain. + &acro.sutrs;, &acro.xml;, + &acro.grs1; and ASN.1 Explain. @@ -835,7 +825,7 @@
&zebra; general Bib1 Non-Use Attributes (type 2-6) - +
Relation Attributes (type 2) @@ -1038,7 +1028,7 @@
- +
Structure Attributes (type 4) @@ -1052,8 +1042,7 @@ The possible values of the structure attribute (type 4) can be defined - using the configuration file - tab/default.idx. + using the configuration file tab/default.idx. The default configuration is summarized in this table. @@ -1151,7 +1140,6 @@ - The structure attribute values Word list (6) @@ -1184,7 +1172,7 @@ Z> find @attr 1=Body-of-text @attr 2=102 @attr 4=105 "bach salieri teleman" - + The structure attribute value Local number (107) @@ -1219,6 +1207,7 @@
+
Truncation Attributes (type = 5) @@ -1407,7 +1396,7 @@ The Complete subfield (2) is a reminiscent - from the happy &acro.marc; + from the happy &acro.marc; binary format days. &zebra; does not support it, but maps silently to Complete field (3). @@ -1420,10 +1409,10 @@
-
- +
+
Extended &zebra; &acro.rpn; Features @@ -1654,12 +1643,7 @@ search result. It is a way for a client to name an &acro.apt; part of a query. - + Experimental. Do not use in production code. @@ -2054,7 +2038,7 @@ Numeric use attributes are mapped to the &zebra; internal string index according to the attribute set definition in use. - The default attribute set is &acro.bib1;, and may be + The default attribute set is &acro.bib1;, and may be omitted in the &acro.pqf; query. @@ -2069,7 +2053,7 @@ Z> find @attr 1=BodyOfText serenade Z> find @attr 1=bO-d-Y-of-tE-x-t serenade Z> find @attr 1=1010 serenade - Z> find @attrset &acro.bib1; @attr 1=1010 serenade + Z> find @attrset bib1 @attr 1=1010 serenade Z> find @attrset bib1 @attr 1=1010 serenade Z> find @attrset Bib1 @attr 1=1010 serenade Z> find @attrset b-I-b-1 @attr 1=1010 serenade @@ -2099,7 +2083,7 @@ ignored. The above mentioned name normalization applies. String index names are defined in the used indexing filter configuration files, for example in the - &acro.grs1; + &acro.grs1; *.abs configuration files, or in the alvis filter &acro.xslt; indexing stylesheets. @@ -2114,8 +2098,8 @@ - Finally, &acro.xpath; access points are only - available using the &acro.grs1; filter for indexing. + Finally, &acro.xpath; access points are only + available using the &acro.grs1; filter for indexing. These access point names must start with the character '/', they are not normalized, but passed unaltered to the &zebra; internal @@ -2510,7 +2494,7 @@ Exhaustive information can be found in the - Section &acro.cql; to &acro.rpn; conversion" + Section &acro.cql; to &acro.rpn; conversion in the &yaz; manual.