/[webpac]/branches/ffzg/import_xml/isis_hidra_ths_nt.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/ffzg/import_xml/isis_hidra_ths_nt.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 207 - (show annotations)
Sat Jan 31 21:03:06 2004 UTC (20 years, 2 months ago) by dpavlin
Original Path: trunk/import_xml/isis_hidra_ths_nt.xml
File MIME type: text/xml
File size: 828 byte(s)
thesaurus is finally working... It contains recursive entries to parnet
term, and we actually needed to display narrower terms, so mem_lookup was
created. Important changes:
- you can write eval{"901a" eq "Mikrotezaurus"} within <isis>
  tag and if expression evaluates to false, no content will be outputed
  (It's used to hide microtesarus terms from lover level descriptors)
- mem_lookup.pm now supports formats: you can write something like
  [a:5614];;[d:[a:5614]] and it will correctly embed values

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 <indexer>
13 <!--
14 how this lookup for thesaurus narrow term works is best
15 explained in filter/mem_lookup.pm
16 -->
17 <LookupThesNT name="lookup for thesaurus narrow term">
18 <isis filter="mem_lookup" type="display">d:900 => 250a</isis>
19 <!-- podrucje -->
20 <isis filter="mem_lookup" type="display">a:5614:5624:4611 => 900</isis>
21 <!-- mikro tezaurus -->
22 <isis filter="mem_lookup" type="display">a:5614:5624:4611 => 900</isis>
23 <!-- deskriptor -->
24 <isis filter="mem_lookup" type="display">a:5614:5624:4611 => 900</isis>
25 </LookupThesNT>
26 </indexer>
27 </config>

Properties

Name Value
cvs2svn:cvs-rev 1.2

  ViewVC Help
Powered by ViewVC 1.1.26