From dbb988ac0169cfc6470b029c73895fe5dd48e43d Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 31 Jul 2007 22:35:40 +0000 Subject: [PATCH] Included description of settings exposed to records. --- NEWS | 6 ++++++ etc/marc21.xsl | 3 ++- test/test_http.cfg | 4 +++- test/test_http.xml | 5 +++-- test/test_http_6.res | 8 ++++++-- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 60ae266..5c93e41 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Exposed user setting values (i.e. non-pz: names) to the record systems in two +ways: Either as parameters to the normalization stylesheets (which would allow the +programmer to postprocess or use the values in any way) or after the normalization +step, in which case values are made part of the normalized record (and available for +sorting, termlists, display, or other interface-related use. + Implemented sorting by year. Option -d dumps records to the current log file instead of stderr. diff --git a/etc/marc21.xsl b/etc/marc21.xsl index fa57d4d..785f836 100644 --- a/etc/marc21.xsl +++ b/etc/marc21.xsl @@ -1,10 +1,11 @@ - + + diff --git a/test/test_http.cfg b/test/test_http.cfg index 15ba9e2..2419781 100644 --- a/test/test_http.cfg +++ b/test/test_http.cfg @@ -1,6 +1,6 @@ - + @@ -20,6 +20,8 @@ + + diff --git a/test/test_http.xml b/test/test_http.xml index 4a86ab2..e632e9d 100644 --- a/test/test_http.xml +++ b/test/test_http.xml @@ -1,7 +1,7 @@ - + @@ -25,8 +25,9 @@ - + + diff --git a/test/test_http_6.res b/test/test_http_6.res index e002fa8..dbd5c2a 100644 --- a/test/test_http_6.res +++ b/test/test_http_6.res @@ -9,11 +9,15 @@ Jack Collins 11224467 11224467 -XXXXXXXXXX +XXXXXXXXXX +Shit: + YYYYYYYYY How to program a computer Jack Collins 11224466 11224466 -XXXXXXXXXX +XXXXXXXXXX +Shit: + YYYYYYYYY -- 1.7.10.4