View | Details | Raw Unified | Return to bug 9612
Collapse All | Expand All

(-)a/C4/Context.pm (-1 / +1 lines)
Lines 748-755 sub _new_Zconn { Link Here
748
                : 'usmarc';
748
                : 'usmarc';
749
749
750
    } else { # $index_mode eq 'dom'
750
    } else { # $index_mode eq 'dom'
751
        #we do not need an elementSetName
752
        $syntax = 'xml';
751
        $syntax = 'xml';
752
        $elementSetName = 'marcxml';
753
    }
753
    }
754
754
755
    my $host = $context->{'listen'}->{$server}->{'content'};
755
    my $host = $context->{'listen'}->{$server}->{'content'};
(-)a/etc/zebradb/authorities/etc/dom-config-marc.xml (-1 lines)
Lines 33-39 Authorities DOM config for MARC ISO2709 input Link Here
33
  <retrieve name="marc">
33
  <retrieve name="marc">
34
    <xslt stylesheet="identity.xsl" />
34
    <xslt stylesheet="identity.xsl" />
35
  </retrieve>
35
  </retrieve>
36
  <!-- marcxml here maybe somewhat superfluous -->
37
  <retrieve name="marcxml">
36
  <retrieve name="marcxml">
38
    <xslt stylesheet="identity.xsl" />
37
    <xslt stylesheet="identity.xsl" />
39
  </retrieve>
38
  </retrieve>
(-)a/etc/zebradb/authorities/etc/dom-config.xml (-1 lines)
Lines 33-39 Authorities DOM config for MARC XML input Link Here
33
  <retrieve name="marc">
33
  <retrieve name="marc">
34
    <xslt stylesheet="identity.xsl" />
34
    <xslt stylesheet="identity.xsl" />
35
  </retrieve>
35
  </retrieve>
36
  <!-- marcxml here maybe somewhat superfluous -->
37
  <retrieve name="marcxml">
36
  <retrieve name="marcxml">
38
    <xslt stylesheet="identity.xsl" />
37
    <xslt stylesheet="identity.xsl" />
39
  </retrieve>
38
  </retrieve>
(-)a/etc/zebradb/biblios/etc/dom-config-marc.xml (-1 lines)
Lines 33-39 Bibliographic DOM config for MARC ISO2709 input Link Here
33
  <retrieve name="marc">
33
  <retrieve name="marc">
34
    <xslt stylesheet="identity.xsl" />
34
    <xslt stylesheet="identity.xsl" />
35
  </retrieve>
35
  </retrieve>
36
  <!-- marcxml here maybe somewhat superfluous -->
37
  <retrieve name="marcxml">
36
  <retrieve name="marcxml">
38
    <xslt stylesheet="identity.xsl" />
37
    <xslt stylesheet="identity.xsl" />
39
  </retrieve>
38
  </retrieve>
(-)a/etc/zebradb/biblios/etc/dom-config.xml (-2 lines)
Lines 33-39 Bibliographic DOM config for MARC XML input Link Here
33
  <retrieve name="marc">
33
  <retrieve name="marc">
34
    <xslt stylesheet="identity.xsl" />
34
    <xslt stylesheet="identity.xsl" />
35
  </retrieve>
35
  </retrieve>
36
  <!-- marcxml here maybe somewhat superfluous -->
37
  <retrieve name="marcxml">
36
  <retrieve name="marcxml">
38
    <xslt stylesheet="identity.xsl" />
37
    <xslt stylesheet="identity.xsl" />
39
  </retrieve>
38
  </retrieve>
40
- 

Return to bug 9612