diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 20:36:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 20:36:46 -0700 |
commit | 3e9cdaadf455ab1a9bb7289f7b9fa6c889f24669 (patch) | |
tree | 87800571c10cdad8f958080f19c60fb86109178e /tests/files/empty_citation.tei.xml | |
parent | 3e3902efe418677054d1711a3de1ab8c4cd2c57c (diff) | |
download | grobid_tei_xml-3e9cdaadf455ab1a9bb7289f7b9fa6c889f24669.tar.gz grobid_tei_xml-3e9cdaadf455ab1a9bb7289f7b9fa6c889f24669.zip |
add more explicit single and multiple citation parsing functions
Diffstat (limited to 'tests/files/empty_citation.tei.xml')
-rw-r--r-- | tests/files/empty_citation.tei.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/empty_citation.tei.xml b/tests/files/empty_citation.tei.xml new file mode 100644 index 0000000..cb21f6e --- /dev/null +++ b/tests/files/empty_citation.tei.xml @@ -0,0 +1,6 @@ +<biblStruct > + <monogr> + <title/> + <imprint/> + </monogr> +</biblStruct> |