Subject: | "metadata" in Harvester": Bug #65961 |
Date: | Mon, 16 Nov 2015 12:35:48 +0000 |
To: | "'bug-HTTP-OAI [...] rt.cpan.org'" <bug-HTTP-OAI [...] rt.cpan.org> |
From: | "Frings, Thomas" <Thomas.Frings [...] bsz-bw.de> |
Hello,
i have the same problem with the double "<metadata>" in the harvester.
The DOM-Part shows:
....
...<metadata><metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">....
...</metadata></metadata>...
...
Calling the URL e.g. with wget it shows the correct XML:
....
...metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">....
...</metadata>...
...
It would be nice if this could be fixed, my programming experience Is not good enough to do this ... ;-)
Regards
Thomas