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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to