fix CROASCII (B1.002:1982) filter
[webpac] / doc / formating_xml.txt
index 3d41539..5a7f45d 100644 (file)
@@ -24,7 +24,7 @@ format:
                default: len - rest of the string
        
        skip2nr
-               skip all aphanumeric caracters and return just
+               skip all alphanumeric characters and return just
                numbers after it. To output "1992." from "cop. 1992."
 
        initial [word_nr[,...]]
@@ -36,3 +36,19 @@ format:
 
 filter:
        name of filter which is stored in filters/[name].pm
+
+
+Fields
+
+Fields which are read from isis are in format 999x where 999 is three
+digit ISIS field and x is isis subfield. There are three special ISIS
+fields supported: 10 and 11 (used for ISBN and ISSN, those are only
+fields which have just two digits) and MFN which returns ISIS MFN.
+
+
+Formatting fields
+
+It's done using simple algorithm: it first selects prefix and then
+inserts fields (and their separators) or just skips them (so it groups
+fields and separator right from it). At end it just appends suffix.
+