/[webpac]/trunk2/doc/formating_xml.txt
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/doc/formating_xml.txt

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

trunk/doc/formating_xml.txt revision 20 by dpavlin, Sat Feb 22 23:49:22 2003 UTC trunk2/doc/formating_xml.txt revision 337 by dpavlin, Thu Jun 10 19:22:40 2004 UTC
# Line 24  format: Line 24  format:
24                  default: len - rest of the string                  default: len - rest of the string
25                    
26          skip2nr          skip2nr
27                  skip all aphanumeric caracters and return just                  skip all alphanumeric characters and return just
28                  numbers after it. To output "1992." from "cop. 1992."                  numbers after it. To output "1992." from "cop. 1992."
29    
30          initial [word_nr[,...]]          initial [word_nr[,...]]
# Line 36  format: Line 36  format:
36    
37  filter:  filter:
38          name of filter which is stored in filters/[name].pm          name of filter which is stored in filters/[name].pm
39    
40    
41    Fields
42    
43    Fields which are read from isis are in format 999x where 999 is three
44    digit ISIS field and x is isis subfield. There are three special ISIS
45    fields supported: 10 and 11 (used for ISBN and ISSN, those are only
46    fields which have just two digits) and MFN which returns ISIS MFN.
47    
48    
49    Formatting fields
50    
51    It's done using simple algorithm: it first selects prefix and then
52    inserts fields (and their separators) or just skips them (so it groups
53    fields and separator right from it). At end it just appends suffix.
54    

Legend:
Removed from v.20  
changed lines
  Added in v.337

  ViewVC Help
Powered by ViewVC 1.1.26