X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=z39.50%2Fz.tcl;h=c0855a6f446e333b6ffebf2c2799fc1d7b5f513b;hb=4ab240934731700f437e2bf8cb695e4b5fc9c0dc;hp=bd2d6d7f8e1a21bd237c493e7ec401dcbd6a80cf;hpb=05586eb8028d6f6a84d6389f8f3ab829b19f1760;p=yaz-moved-to-github.git diff --git a/z39.50/z.tcl b/z39.50/z.tcl index bd2d6d7..c0855a6 100644 --- a/z39.50/z.tcl +++ b/z39.50/z.tcl @@ -1,5 +1,5 @@ # YC Sample Config File for Z39.50 -# $Id: z.tcl,v 1.9 2002-12-05 12:07:00 adam Exp $ +# $Id: z.tcl,v 1.11 2003-05-20 19:55:30 adam Exp $ # ---------------------------------------------------------- # Prefix Specifications # @@ -134,6 +134,7 @@ set unionmap($m,OtherInformationUnit,information) {which information OtherInfo} set unionmap($m,OtherInformation) {num_elements list} set unionmap($m,Specification,elementSpec) {} set map($m,Specification_0) ElementSpec +set unionmap($m,Specification,schema) {which schema Schema} # ---- set m DiagnosticFormatDiag1 @@ -207,8 +208,8 @@ set filename($m) z-sutrs set body($m,c) { int z_SUTRS (ODR o, Odr_oct **p, int opt, const char *name) { - return odr_implicit(o, odr_octetstring, p, ODR_UNIVERSAL, - ODR_GENERALSTRING, opt); + return odr_implicit_tag(o, odr_octetstring, p, ODR_UNIVERSAL, + ODR_GENERALSTRING, opt, name); } }