/[webpac]/branches/hidra/import_xml/isis_hidra_ths.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/hidra/import_xml/isis_hidra_ths.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show annotations)
Mon Nov 24 21:54:19 2003 UTC (20 years, 4 months ago) by dpavlin
Original Path: trunk/import_xml/isis_hidra_ths.xml
File MIME type: text/xml
File size: 3115 byte(s)
major improvements: you can select order of scanning in each topic tag
to be eather by line (which is default, repeatable fields in one line will
be unrolled) or page-by-page (using new interate_by_page="1" attribute).
New page-by-page mode is really useful with lookups (because you can
append fields with lookups in same line, but using two tags), but it will
create multiple rows in html output.

1 <?xml version="1.0" encoding="ISO-8859-2"?>
2 <!--
3 isis_codepage is code page which isis uses
4 index_codepage is code page which will be stored in index
5
6 format of this file is described in: doc/formating_xml.txt
7 -->
8 <config
9 isis_codepage="852"
10 >
11
12 <!--
13 <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
14 <config type="swish|display">name of var from config file</config>
15 -->
16
17 <format name="IDths"><![CDATA[
18 <a href="?rm=results&show_full=1&f=IDths&v=%s">%s</a>
19 ]]></format>
20
21 <indexer>
22 <headline>
23 <isis type="display">250a / [5624] 562a</isis>
24 <!--
25 <config delimiter=" - ">materialtype</config>
26 <config delimiter=" u knji¾nici: ">library</config>
27 -->
28 </headline>
29
30 <AllThes>
31 <isis type="swish">561 562 250 450 330 556 461 550 440 430</isis>
32 <isis type="index">561a 562a 250a 450a 330a 556a 461a 550a 440a
33 430a</isis>
34 </AllThes>
35
36 <SubjectArea name="Podruèje: " order="10">
37 <isis type="swish">561a</isis>
38 <isis type="display" delimiter=", " format_name="IDths" format_delimiter=";;">5611;;561a</isis>
39 </SubjectArea>
40
41 <Microthesaurus name="Mikrotezaurus: " order="15">
42 <isis type="swish">562a</isis>
43 <isis type="display" delimiter=", " format_name="IDths" format_delimiter=";;">5621;;562a</isis>
44 </Microthesaurus>
45
46 <Descriptor name="Deskriptor hrv: " order="20">
47 <isis>250a</isis>
48 </Descriptor>
49
50 <Nondescriptor name="Nedeskriptori hrv: " order="25">
51 <isis>450a</isis>
52 </Nondescriptor>
53
54 <ScopeNote name="Bilje¹ka: " order="30">
55 <isis>330a</isis>
56 </ScopeNote>
57
58 <!--
59 <NerrowerTermi name="U¾i naziv: " order=35">
60 <isis> </isis>
61 </NerrowerTerm>
62 -->
63
64 <BroaderTerm name="©iri naziv: " order="40">
65 <isis type="swish">556a 461a</isis>
66 <isis type="display" format_name="IDths" format_delimiter=";;">5561;;556a</isis>
67 <isis type="display" format_name="IDths" format_delimiter=";;">4611;;461a</isis>
68 </BroaderTerm>
69
70 <RelatedTerm name="Srodni naziv: " order="45">
71 <isis type="swish">550a</isis>
72 <isis type="display" delimiter=", " format_name="IDths" format_delimiter=";;">5501;;550a</isis>
73 </RelatedTerm>
74
75 <SeeNext name="Slijedi: " order="50">
76 <isis type="swish">440a</isis>
77 <isis type="display" delimiter=", " format_name="IDths" format_delimiter=";;">4401;;440a</isis>
78 </SeeNext>
79
80 <SeeBefore name="Prethodi: " order="55">
81 <isis type="swish">430a</isis>
82 <isis type="display" delimiter=", " format_name="IDths" format_delimiter=";;">4301;;430a</isis>
83 </SeeBefore>
84
85 <!--
86 order is important for type="lookup_key|lookup_val"
87 They create internal hash file for lookups from other
88 fields. Therefore, you mist ensure (in config file) that
89 databases which are source of lookup are called before
90 databases that use lookup fields.
91 Those lookup are then used using special ##lookup##
92 token inside formating instructions like this:
93 <isis type="lookup">999x</isis>
94 -->
95
96 <IDths name="ID" order="9000">
97 <isis type="lookup_key">900</isis>
98 <isis>900</isis>
99 </IDths>
100
101 <SubjectIndex name="Predmetno kazalo" order="9001">
102 <isis type="lookup_val" >[5624] 562a</isis>
103 </SubjectIndex>
104
105 </indexer>
106 </config>

Properties

Name Value
cvs2svn:cvs-rev 1.2

  ViewVC Help
Powered by ViewVC 1.1.26