no syntax errors and all records are imported correctly but the secondary-authors. One of the records looked like

<?xml version="1.0" encoding="UTF-8"?>
<XML><RECORDS>
        <record>
                <ref-type>17</ref-type>
                <titles>
                        <secondary-title>Die Heimat</secondary-title>
                        <tertiary-title>Halbmonats-Beilage zum Solinger Tageblatt</tertiary-title>
                        <title>Neue Ansichten über das Alter Solingens und die Entwicklung der Solinger Klingenhandwerke</title>
                </titles>
                <dates>
                        <year>1925</year>
                </dates>
                <publisher>Bergischer Geschichtsverein Abt. Solingen</publisher>
                <pub-location>Solingen</pub-location>
                <number>1</number>
                <pages>1 f</pages>
                <contributors>
                        <authors>
                                <author>Weyersberg, Albert</author>
                        </authors>
                        <secondary-authors>
                                <author>Dr. C. Müller-Sohler</author>
                        </secondary-authors>
                </contributors>
        </record>

        ...

</records></xml>

Comments

rjerome’s picture

Status: Active » Fixed

There was a small bug in the parser. It's fixed now.

http://drupalcode.org/project/biblio.git/commit/f9fbdf9

schildi’s picture

Dear Ron

thank you for always reacting so quickly!

Reiner

schildi’s picture

and what's about the D6 version? Will there also be a patch? It looks that the structure of the modules / parser have changed, so the above patch can't be applied directly.

rjerome’s picture

Unless you have evidence to the contrary, the 6.x branches don't need this patch. The contributor data structure changed in 7.x and essentially that's what caused the issue.

Ron.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.