From 3226cfa2490cbb84fb041b2a371e68f4f84471cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 3 Jul 2009 16:23:35 +0200 Subject: [PATCH] Use query_rewrite filter to throw error for @attr 1=12 --- etc/config-loc.xml | 12 ++++++++-- etc/pqf2pqf-loc.xsl | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 etc/pqf2pqf-loc.xsl diff --git a/etc/config-loc.xml b/etc/config-loc.xml index 050c792..850f584 100644 --- a/etc/config-loc.xml +++ b/etc/config-loc.xml @@ -47,7 +47,12 @@ the following databaseNames (virtual databases): - + + + + + + @@ -84,6 +89,10 @@ the following databaseNames (virtual databases): + idtest + localhost:9999/Default + + LCDB_UTF8 z3950.loc.gov:7097/LCDB_UTF8 @@ -159,7 +168,6 @@ the following databaseNames (virtual databases): - B diff --git a/etc/pqf2pqf-loc.xsl b/etc/pqf2pqf-loc.xsl new file mode 100644 index 0000000..9db8ce8 --- /dev/null +++ b/etc/pqf2pqf-loc.xsl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4