/[webpac2]/trunk/conf/normalize/isis_ffzg.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 /trunk/conf/normalize/isis_ffzg.pl

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

revision 462 by dpavlin, Fri May 12 15:29:37 2006 UTC revision 463 by dpavlin, Fri May 12 19:59:25 2006 UTC
# Line 174  tag('IssuedWith', Line 174  tag('IssuedWith',
174    
175  display('Parts',  display('Parts',
176          lookup(          lookup(
177                  regex( 's/^/dio-jzav:/', rec(900) )                  prefix( 'dio-jzav:', rec(900) )
178          )          )
179  );  );
180    
181  search('Parts',  search('Parts',
182          lookup(          lookup(
183                  regex( 's/^/id-dio-jzav:/', rec(900) )                  prefix( 'id-dio-jzav:', rec(900) )
184          )          )
185  );  );
186    
187  display('PartsEF',  display('PartsEF',
188          lookup(          lookup(
189                  regex( 's/^/naslov-efzg:001/', rec('001') )                  prefix( 'naslov-efzg:001', rec('001') )
190          )          )
191  );  );
192    
# Line 196  tag('PartsID', Line 196  tag('PartsID',
196    
197  tag('Piece',  tag('Piece',
198          lookup(          lookup(
199                  regex( 's/^/nazlov-efzg:/',                  prefix( 'nazlov-efzg:',
200                          first(                          first(
201                                  rec(463,1)                                  rec(463,1)
202                          )                          )
# Line 206  tag('Piece', Line 206  tag('Piece',
206    
207  tag('PieceSubtitle',  tag('PieceSubtitle',
208          lookup(          lookup(
209                  regex( 's/^/podnazlov-efzg:/',                  prefix( 'podnazlov-efzg:',
210                          first(                          first(
211                                  rec(463,1)                                  rec(463,1)
212                          )                          )

Legend:
Removed from v.462  
changed lines
  Added in v.463

  ViewVC Help
Powered by ViewVC 1.1.26