Switch to unified view

a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml
...
...
1172
        elif nm == 'stillanother':
1172
        elif nm == 'stillanother':
1173
            # etc.
1173
            # etc.
1174
            pass
1174
            pass
1175
    
1175
    
1176
        return txt
1176
        return txt
1177
    def wrapup(self, metaheaders):
1178
        pass
1177
        </programlisting>
1179
        </programlisting>
1178
1180
1181
        <para>If the 'metafix()' method is defined, it is called for each
1182
        metadata field. A new MetaFixer object is created for each PDF
1183
        document (so the object can keep state for, for example,
1184
        eliminating duplicate values). If the 'wrapup()' method is defined, it
1185
        is called at the end of XMP fields processing with the whole
1186
        metadata as parameter, as an array of '(nm, val)' pairs, allowing
1187
        an alternate approach for editing or adding/deleting fields.</para>
1179
        
1188
        
1180
        <!-- <para> There is a <ulink url="&WIKI;PDFXMP.wiki">complete example of XMP
1189
        <!-- <para> There is a <ulink url="&WIKI;PDFXMP.wiki">complete example of XMP
1181
        tags setup</ulink>, including a  nice result list paragraph format in the 
1190
        tags setup</ulink>, including a  nice result list paragraph format in the 
1182
        &RCL; Wiki </para> -->
1191
        &RCL; Wiki </para> -->
1183
      
1192