Changed CQL to XCQL conversion, so that element for relation value in
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jun 2007 07:58:07 +0000 (07:58 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jun 2007 07:58:07 +0000 (07:58 +0000)
commit8fc18939a7972d53f8f8c516ac41df0fe595f780
treee6a2f890cf124be13dc4f142d3e089b09e4f68ba
parent850094db17968d188737459af6e47c78059e6dc6
Changed CQL to XCQL conversion, so that element for relation value in
modifier is 'comparison' rather than 'relation' so that it conforms to
 http://www.loc.gov/standards/sru/xml-files/xcql.xsd
When a comparison value is omitted, the st.relation in cql_node will
be NULL instead of "=". This has the effect that comparison will be
omitted in those cases.
15 files changed:
src/cql.y
src/xcqlutil.c
test/cql/2.11.out
test/cql/2.13.out
test/cql/2.14.out
test/cql/2.8.out
test/cql/2.9.out
test/cql/4.2.out
test/cql/5.2.out
test/cql/5.3.out
test/cql/5.4.out
test/cql/5.5.out
test/cql/5.6.out
test/cql/5.7.out
test/cql/5.8.out