\retval -1 errors. Inspect addinfo for error message
Configuration example:
- \verbatim
+\verbatim
<cclmap defaultattrset="bib-1">
<qual name="term">
<attr type="u" value="1016"/>
</qual>
<directive name="and" value="+"/>
</cclmap>
- \endverbatim
+\endverbatim
*/
YAZ_EXPORT
int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr,
/** \brief returns diagnostics from an init response
\param no number of diagnotic entry to get. 0=first, 1=second, ..
\param initrs InitResponse structure
- \retuns diag entry or 0 (NULL) if none could be found
+ \returns diag entry or 0 (NULL) if none could be found
*/
YAZ_EXPORT
Z_DefaultDiagFormat *yaz_decode_init_diag(int no, Z_InitResponse *initrs);