Hi, On Thu, Oct 4, 2012 at 10:56 AM, Samuel Desseaux <[email protected]> wrote: > I give there an extract of my file > > <?xml version="1.0" encoding="ISO-8859-1"?> > <Document> [snip] > </Document> [snip] > </Document>
The immediate problem with the export file is that it doesn't contain a single root node. You could manually make it well-formed by inserting a <Docs> as the second line (after the XML declaration) and </Docs> as the last line. > I don't see what i can do. Maybe rewriting a dtd or an xsl transformation? To load this into Koha, your next step could indeed include writing an XSL stylesheet to convert it to MARCXML. Based on the sample, such a stylesheet looks like it would be relatively simple to write, but perhaps somebody else on this list might recognize the source ILS and could point you to a pre-written stylesheet. Regards, Galen -- Galen Charlton Director of Implementation Equinox Software, Inc. / The Open Source Experts email: [email protected] direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

