From 160dbbfc3752e5be9e506bd9ab824b54e2e73e81 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 18 Dec 2003 16:49:07 +0000 Subject: [PATCH 1/1] s/qualifier/index in comments. --- etc/pqf.properties | 8 ++++---- src/cqltransform.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index d91b0c3..5e15948 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,17 +1,17 @@ -# $Id: pqf.properties,v 1.4 2003-12-18 16:44:20 mike Exp $ +# $Id: pqf.properties,v 1.5 2003-12-18 16:49:07 mike Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end and the YAZ CQL-to-PQF converter. This specifies the -# interpretation of various CQL qualifiers, relations, etc. in terms +# interpretation of various CQL indexes, relations, etc. in terms # of Type-1 query attributes. # # This configuration file generates queries using BIB-1 attributes. # See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html # for the Maintenance Agency's work-in-progress mapping of Dublin Core -# qualifiers to Attribute Architecture (util, XD and BIB-2) +# indexes to Attribute Architecture (util, XD and BIB-2) # attributes. -# Identifiers for prefixes used in this file. (qualifier.*) +# Identifiers for prefixes used in this file. (index.*) set.cql = http://www.loc.gov/zing/cql/context-sets/cql/v1.1/ set.srw = http://www.loc.gov/zing/cql/srw-indexes/v1.0/ # The "srw" set is deprecated in favour of the "cql" set. diff --git a/src/cqltransform.c b/src/cqltransform.c index 7008af4..d161b81 100644 --- a/src/cqltransform.c +++ b/src/cqltransform.c @@ -1,4 +1,4 @@ -/* $Id: cqltransform.c,v 1.2 2003-12-18 16:42:52 mike Exp $ +/* $Id: cqltransform.c,v 1.3 2003-12-18 16:50:18 mike Exp $ Copyright (C) 2002-2003 Index Data Aps @@ -315,7 +315,7 @@ static const char *cql_get_ns(cql_transform_t ct, } return 0; } - /* 4. lookup qualifier.prefix. */ + /* 4. lookup index.prefix. */ cp = cn->u.st.index; cp_dot = strchr(cp, '.'); -- 1.7.10.4