Minor PQF encoding and decoding changes; reformat
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 4 Jun 2010 11:23:11 +0000 (13:23 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 4 Jun 2010 11:23:11 +0000 (13:23 +0200)
commit2b4785b39a2bbb4affd77fb9e24aaabc0b2dd069
tree4c94173c0b74f450af74fbd0fc9d1a59193902f5
parent092628feccc4f8f8dfe05df785f0d474b73742ce
Minor PQF encoding and decoding changes; reformat

PQF decoding: attribute values that contain any non-digits are
treated as string attributes (previously decoding only checked
for leading character ([0-9]).

PQF encoding: attribute string values are not surrounded by
double-quotes.
src/pquery.c
src/querytowrbuf.c
test/test_pquery.c
test/test_xmlquery.c