From fc33a77b0d3e360c9ae1f5f2742d8af774af2254 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 2 Mar 2007 14:27:53 +0000 Subject: [PATCH] rec:id index is now of type "urx", which normalises case. (It probably shouldn't, but it does. And it probably shouldn't break on spaces, but it does that, too.) The proper answer is to make my own index-type that does case normalisation and nothing else, but this interrim solution should help Per. --- zebra/zeerex2index.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/zeerex2index.xsl b/zebra/zeerex2index.xsl index 925a971..7b04304 100644 --- a/zebra/zeerex2index.xsl +++ b/zebra/zeerex2index.xsl @@ -1,5 +1,5 @@ - + - + -- 1.7.10.4