#907: xmlmarclint does not like empty tags
-----------------------+-----------------
 Reporter:  simko      |      Owner:
     Type:  defect     |     Status:  new
 Priority:  major      |  Milestone:
Component:  BibRecord  |    Version:
 Keywords:  indico     |
-----------------------+-----------------
 When incoming file `foo.xml` contains empty tags such as:

 {{{
   <datafield tag="506" ind1="0" ind2=" ">
   </datafield>
 }}}

 then `xmlmarclint` reports troubles:

 {{{
 $ sudo -u www-data  /opt/invenio/bin/xmlmarclint -v9
 [...]
 (8, '(field number: 1)'
 }}}

 We may want to ignore them.

 (See also `CFG_BIBRECORD_KEEP_SINGLETONS` in `bibrecord.py`.)

-- 
Ticket URL: <http://invenio-software.org/ticket/907>
Invenio <http://invenio-software.org>

Reply via email to