diff options
author | Arfon Smith <arfon@users.noreply.github.com> | 2019-12-31 01:18:55 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-30 22:18:55 -0800 |
commit | 5847624124b4c91ae0a64b76405a36ad4f0dc3c4 (patch) | |
tree | b6db1c10fa0f252f0ac2f8143370183e9999b85a /test/writer.jats | |
parent | 82f44592ae1f2253a5f7ca52d5d3a2299e9bc7a9 (diff) | |
download | pandoc-5847624124b4c91ae0a64b76405a36ad4f0dc3c4.tar.gz |
Update JATS dtd (#6020)
The current DTD for the JATS writer template is for Journal Publishing (JATS-journalpublishing1.dtd), which does not permit ext-link as a valid child (https://jats.nlm.nih.gov/publishing/tag-library/1.1/element/publisher-name.html).
This update modifies the default output template to be the less restrictive JATS archiving and interchange DTD which systems like PubMed use internally to represent their articles.
Diffstat (limited to 'test/writer.jats')
-rw-r--r-- | test/writer.jats | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/writer.jats b/test/writer.jats index 8df981cc3..b7274b0f1 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" - "JATS-journalpublishing1.dtd"> -<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.1" article-type="other"> +<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.2 20190208//EN" + "JATS-archivearticle1.dtd"> +<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="other"> <front> <journal-meta> <journal-title-group> |