From 52f85ec623d317af3716b3b6ff5d7029bbe7b5fa Mon Sep 17 00:00:00 2001
From: David Cook <dcook@prosentient.com.au>
Date: Tue, 10 Jan 2017 12:36:25 +1100
Subject: [PATCH] Bug 17871 - Can't retrieve facets (or zebra::snippet) from
 Zebra with YAZ 5.8.1

Remove line <retrieval syntax="xml" name="zebra::*" />, which causes
retrieval failures for zebra::* elements when using YAZ 5.8.1.
---
 etc/zebradb/retrieval-info-bib-dom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/etc/zebradb/retrieval-info-bib-dom.xml b/etc/zebradb/retrieval-info-bib-dom.xml
index 4fe781d..ecbf7ec 100644
--- a/etc/zebradb/retrieval-info-bib-dom.xml
+++ b/etc/zebradb/retrieval-info-bib-dom.xml
@@ -20,6 +20,4 @@
              identifier="info:srw/schema/1/marcxml-v1.1"/>
   <retrieval syntax="xml" name="marcxml"
              identifier="info:srw/schema/1/marcxml-v1.1"/>
-<!-- enable access to Zebra's internal data -->
-  <retrieval syntax="xml" name="zebra::*" />
 </retrievalinfo>
-- 
2.10.2