File: gutenberg.xml

package info (click to toggle)
idzebra 2.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,644 kB
  • sloc: ansic: 54,389; xml: 27,054; sh: 6,214; makefile: 1,099; perl: 210; tcl: 64
file content (22 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<dom xmlns="http://indexdata.com/zebra-2.0">
  <input>
    <xmlreader level="0"/>
    <xslt stylesheet="gpdctodc.xsl"/>
  </input>

  <extract>
    <xslt stylesheet="dctoindex.xsl"/>
  </extract>

  <retrieve name="dc"/>

  <retrieve name="dcsnippets">
    <xslt stylesheet="dcaddmeta.xsl"/>
    <process-meta/>
  </retrieve>

  <retrieve name="index">
    <xslt stylesheet="dctoindex.xsl"/>
  </retrieve>

</dom>