diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 17:08:40 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 17:08:40 -0700 |
commit | 193b5ccebaceeb7c0959d40136a1a4d2aeb00c95 (patch) | |
tree | b78291e3c2f1e8e80a923f23ad3d0bedefb72249 /test | |
parent | 5bbaedac57d656d3f38a574763b2ab5451a20158 (diff) | |
download | pandoc-193b5ccebaceeb7c0959d40136a1a4d2aeb00c95.tar.gz |
JATS template: don't include journal-meta unless 'journal'...
...is set in metadata.
Otherwise we get validation errors.
Diffstat (limited to 'test')
-rw-r--r-- | test/writer.jats | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/writer.jats b/test/writer.jats index 7bbf8304d..4d3ba2ac6 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -3,13 +3,6 @@ "JATS-journalpublishing1.dtd"> <article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.0" article-type="other"> <front> -<journal-meta> -<journal-title-group> -</journal-title-group> -<publisher> -<publisher-name></publisher-name> -</publisher> -</journal-meta> <article-meta> <title-group> <article-title>Pandoc Test Suite</article-title> |