zotero/test/tests/data/mods.xml
Dan Stillman bdec4b119f Fix error handling during local file import translation
A failure during detect (which is normal during file import attempts)
would cause later translator detection to fail.
2016-08-22 21:41:10 -04:00

10 lines
No EOL
402 B
XML

<?xml version="1.0"?>
<modsCollection xmlns="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
<mods>
<titleInfo>
<title>Test</title>
</titleInfo>
<typeOfResource>text</typeOfResource>
<genre authority="local">journalArticle</genre>
</mods>
</modsCollection>