[Koha-bugs] [Bug 9415] New: XML catalogue export is missing root node

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 17 11:42:05 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9415

            Bug ID: 9415
           Summary: XML catalogue export is missing root node
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Tools
          Assignee: gmcharlt at gmail.com
          Reporter: fridolyn.somers at biblibre.com

When exporting some biblio or authorities records with tools/export.pl (via web
client or command-line) :
If choosing XML format, you get a concatenation of full XML records : 
<?xml version="1.0" encoding="UTF-8"?>
<record>
...
</record>
<?xml version="1.0" encoding="UTF-8"?>
<record>
...
</record>
...

This file should have a root node.

It should use MARC::File::XML:
http://search.cpan.org/~gmcharlt/MARC-XML-0.93/lib/MARC/File/XML.pm#close%28%29

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list