/[webpac]/trunk2/all2all.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/all2all.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 363 by dpavlin, Wed Jun 16 20:05:19 2004 UTC revision 370 by dpavlin, Thu Jun 17 17:25:12 2004 UTC
# Line 38  $webpac->open_import_xml(type => 'isis_h Line 38  $webpac->open_import_xml(type => 'isis_h
38    
39  while (my $rec = $webpac->fetch_rec) {  while (my $rec = $webpac->fetch_rec) {
40    
41          print "-- ",$webpac->parse($rec,'v250^a / [v562^4] v562^a'),"\n";          my @ds = $webpac->data_structure($rec);
42    
43          print " ",          print $webpac->output(
44                  $webpac->parse($rec,'eval{v901^a eq "Deskriptor"}v250^a / [v562^4] v562^a'),                  template => 'text.tt',
45                  $webpac->parse($rec,'eval{v901^a ne "Deskriptor"}250a [251]'),                  data => \@ds,
46                  "\n";          ) if (@ds);
47    
         my @t = $webpac->fill_in($rec,'v553^1;;v553^a');  
         print " Uži pojam: ",join("\t\n",@t),"\n" if (@t);  
   
         @t = $webpac->fill_in($rec,'eval{v901^a eq "Područje"}[a:v251::];;[d:[a:v251::]]');  
         print " Područje: ",join("\t\n",@t),"\n" if (@t);  
   
         @t = $webpac->fill_in($rec,'eval{v901^a eq "Mikrotezaurus"}[a:v561^4:v251:];;[d:[a:v561^4:v251:]]');  
         print " Mikrotezaurus: ",join("\t\n",@t),"\n" if (@t);  
   
         @t = $webpac->fill_in($rec,'eval{v901^a eq "Deskriptor"}[a:v561^4:v562^4:v900];;[d:[a:v561^4:v562^4:v900]]');  
         print " Deskriptor: ",join("\t\n",@t),"\n" if (@t);  
48  }  }
49    
50  print "## lookup ",Dumper($webpac->{'lookup'});  print "## lookup ",Dumper($webpac->{'lookup'});

Legend:
Removed from v.363  
changed lines
  Added in v.370

  ViewVC Help
Powered by ViewVC 1.1.26