Embedded XSLT stylesheets for service
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Oct 2011 11:44:17 +0000 (13:44 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Oct 2011 11:44:17 +0000 (13:44 +0200)
commit31babd0a7a0d4ee7091cfb740205ab6fe1c89ae5
tree198d4f5077c52904a7a2a0c4f901f2813dad88c3
parent9fc82783ae2b4f497d7554bb7ed718729e2c683a
Embedded XSLT stylesheets for service

New service definition element, xslt, that allows an embedded stylesheet
to be defined. This can be referred to from pz:xslt as an alternative to
external files.
14 files changed:
NEWS
doc/pazpar2_conf.xml
src/Makefile.am
src/normalize_cache.c
src/normalize_cache.h
src/normalize_record.c
src/normalize_record.h
src/pazpar2_config.c
src/pazpar2_config.h
src/service_xslt.c [new file with mode: 0644]
src/service_xslt.h [new file with mode: 0644]
src/session.c
test/gils_service.xml
win/makefile