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

(-)a/opac/unapi (-1 / +13 lines)
Lines 75-80 my $format_to_stylesheet_map = { Link Here
75
        'rss2-full'    => 'MARC21slim2RSS2.xsl',
75
        'rss2-full'    => 'MARC21slim2RSS2.xsl',
76
        'srw_dc'       => 'MARC21slim2SRWDC.xsl',
76
        'srw_dc'       => 'MARC21slim2SRWDC.xsl',
77
    },
77
    },
78
    'NORMARC' => {
79
        'marcxml'      => 'identity.xsl',
80
        'marcxml-full' => 'identity.xsl',
81
        'mods'         => 'MARC21slim2MODS.xsl',
82
        'mods-full'    => 'MARC21slim2MODS.xsl',
83
        'mods3'        => 'MARC21slim2MODS3-1.xsl',
84
        'mods3-full'   => 'MARC21slim2MODS3-1.xsl',
85
        'oai_dc'       => 'MARC21slim2OAIDC.xsl',
86
        'rdfdc',       => 'MARC21slim2RDFDC.xsl',
87
        'rss2'         => 'MARC21slim2RSS2.xsl',
88
        'rss2-full'    => 'MARC21slim2RSS2.xsl',
89
        'srw_dc'       => 'MARC21slim2SRWDC.xsl',
90
    },
78
    'UNIMARC' => {
91
    'UNIMARC' => {
79
        'marcxml'      => 'identity.xsl',
92
        'marcxml'      => 'identity.xsl',
80
        'marcxml-full' => 'identity.xsl',
93
        'marcxml-full' => 'identity.xsl',
81
- 

Return to bug 10058