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@gmail.com Reporter: fridolyn.somers@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... -- You are receiving this mail because: You are watching all bug changes.