Added XSLT support. Configuration file (e.g. etc/pazpar2.cfg) must now be specified
authorSebastian Hammer <quinn@indexdata.com>
Wed, 3 Jan 2007 06:23:44 +0000 (06:23 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Wed, 3 Jan 2007 06:23:44 +0000 (06:23 +0000)
commitdde4a5914bbb5511a91e73d8ab45210b48637596
treeb63c1392ad87d6db756d145fb4073185b6f5a9b1
parent31b16970388c81753afd73748f339c011384503d
Added XSLT support. Configuration file (e.g. etc/pazpar2.cfg) must now be specified
by option -f before targets are loaded with -s (this is temporary). Listener portno
and proxy is still controlled from command line for now! Incoming records are
normalized to intermediate format with XSLT. Added support for multiple facets --
generated dynamically from the XSLT normalization step. marc21.xsl is for MARC.
PROTOCOL
etc/marc21.xsl
etc/pazpar2.cfg
src/Makefile
src/config.c
src/config.h
src/http_command.c
src/pazpar2.c
src/pazpar2.h
src/relevance.c
src/relevance.h