diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-03 20:26:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-03 20:26:02 -0700 |
commit | 6ad771e195065a1f22ddbe5a4098acc70137be9b (patch) | |
tree | 4f1c4b751118c3f65573edf63bd9f0d52224b608 /tests/files/citation | |
parent | 1f57527aa621525d46e9ddbbd4bab2682df8d67e (diff) | |
download | grobid_tei_xml-6ad771e195065a1f22ddbe5a4098acc70137be9b.tar.gz grobid_tei_xml-6ad771e195065a1f22ddbe5a4098acc70137be9b.zip |
handle 'bare' editor names
Diffstat (limited to 'tests/files/citation')
-rw-r--r-- | tests/files/citation/editor_no_persname.tei.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/files/citation/editor_no_persname.tei.xml b/tests/files/citation/editor_no_persname.tei.xml new file mode 100644 index 0000000..6e49494 --- /dev/null +++ b/tests/files/citation/editor_no_persname.tei.xml @@ -0,0 +1,14 @@ +<biblStruct > + <analytic> + <title/> + </analytic> + <monogr> + <title level="j">Clinical Gynecologic Endocrinology and Infertility</title> + <editor>Mitchell C</editor> + <imprint> + <biblScope unit="page" from="651" to="666" /> + <date type="published" when="1994">1994</date> + <publisher>Williams and Wilkins</publisher> + </imprint> + </monogr> +</biblStruct> |