diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-02-15 13:15:14 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-02-15 13:15:14 +0100 |
commit | 2c99e0e3588d5645e901346572e1b04e8fb4fa3e (patch) | |
tree | a14f91de2c374bbfa5df4b9374efaed130394e09 /test | |
parent | 8621ed600af6bdc984fe2095dac400887c3cda78 (diff) | |
download | pandoc-2c99e0e3588d5645e901346572e1b04e8fb4fa3e.tar.gz |
JATS writer: replace attribute "pub-type" with "publication-format".
The former attribute is deprecated.
Diffstat (limited to 'test')
-rw-r--r-- | test/writer.jats_archiving | 2 | ||||
-rw-r--r-- | test/writer.jats_publishing | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.jats_archiving b/test/writer.jats_archiving index 2d06c5cab..941f5e87d 100644 --- a/test/writer.jats_archiving +++ b/test/writer.jats_archiving @@ -24,7 +24,7 @@ <string-name>Anonymous</string-name> </contrib> </contrib-group> -<pub-date pub-type="epub" iso-8601-date="2006-07-17"> +<pub-date publication-format="electronic" iso-8601-date="2006-07-17"> <day>17</day> <month>7</month> <year>2006</year> diff --git a/test/writer.jats_publishing b/test/writer.jats_publishing index 915471576..f7d4a4720 100644 --- a/test/writer.jats_publishing +++ b/test/writer.jats_publishing @@ -24,7 +24,7 @@ <string-name>Anonymous</string-name> </contrib> </contrib-group> -<pub-date pub-type="epub" iso-8601-date="2006-07-17"> +<pub-date publication-format="electronic" iso-8601-date="2006-07-17"> <day>17</day> <month>7</month> <year>2006</year> |