File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
modules/oai/views/scripts/index Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 241
241
<xsl : template match =" Documents" mode =" ListIdentifiers" >
242
242
<xsl : if test =" count(Opus_Document) > 0" >
243
243
<ListIdentifiers >
244
- <xsl : apply-templates select =" Opus_Document" />
244
+ <xsl : apply-templates select =" Opus_Document" mode = " oai-pmh " />
245
245
<xsl : choose >
246
246
<xsl : when test =" $totalIds > 0 and $res != ''" >
247
247
<resumptionToken >
269
269
<xsl : template match =" Documents" mode =" ListRecords" >
270
270
<xsl : if test =" count(Opus_Document) > 0" >
271
271
<ListRecords >
272
- <xsl : apply-templates select =" Opus_Document" />
272
+ <xsl : apply-templates select =" Opus_Document" mode = " oai-pmh " />
273
273
<xsl : choose >
274
274
<xsl : when test =" $totalIds > 0 and $res != ''" >
275
275
<resumptionToken >
290
290
291
291
<xsl : template match =" Documents" mode =" GetRecord" >
292
292
<GetRecord >
293
- <xsl : apply-templates select =" Opus_Document" />
293
+ <xsl : apply-templates select =" Opus_Document" mode = " oai-pmh " />
294
294
</GetRecord >
295
295
</xsl : template >
296
296
301
301
</set >
302
302
</xsl : template >
303
303
304
- <xsl : template match =" Opus_Document" >
304
+ <xsl : template match =" Opus_Document" mode = " oai-pmh " >
305
305
<xsl : choose >
306
306
<xsl : when test =" $oai_verb='ListIdentifiers'" >
307
307
<xsl : call-template name =" Opus_Document_Data" />
308
308
</xsl : when >
309
309
<xsl : otherwise >
310
310
<record >
311
- <xsl : call-template name =" Opus_Document_Data" />
311
+ <xsl : call-template name =" Opus_Document_Data" />
312
312
</record >
313
313
</xsl : otherwise >
314
314
</xsl : choose >
Original file line number Diff line number Diff line change 59
59
60
60
<xsl : output method =" xml" indent =" yes" />
61
61
62
- <xsl : template match =" Opus_Document" mode = " metadata_prefix_mode " >
62
+ <xsl : template match =" Opus_Document" >
63
63
<xMetaDiss : xMetaDiss
64
64
xmlns : xMetaDiss =" http://www.d-nb.de/standards/xmetadissplus/"
65
65
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
Original file line number Diff line number Diff line change 43
43
44
44
<xsl : output method =" xml" indent =" yes" />
45
45
46
- <xsl : template match =" Opus_Document" >
47
- <xsl : copy-of select =" ." />
46
+ <xsl : template match =" Opus_Document" >
47
+ <xsl : copy-of select =" ." />
48
48
</xsl : template >
49
49
50
-
51
50
</xsl : stylesheet >
52
-
You can’t perform that action at this time.
0 commit comments