Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip


Excerpt

eXtyles supports the dates of various publication milestones in a single paragraph style. This page explains how to set up the publication history so that the dates are converted automatically to XML.


Received, Revised, Accepted Date

The Received, Revised, Accepted Date style (actually named History in the Word Style Manager) accommodates various publication milestones. eXtyles will automatically identify received, revised, updated, and accepted dates, as well as various dates associated with online posting and publication, and apply the appropriate attribute to the date in the XML. All of this identification can be done without any special markup in the XML file. The key to this process is the consistent use of wording to identify each date.

...

If particular dates are not available at the time that the XML is exported, eXtyles will allow either X (e.g. XX-XX-XXXX) or two or more Ys, Ms, and Ds (e.g. MM-DD-YYYY) as placeholders that can later be replaced in the XML once the date is known.

Example 1 - English dates in U.S. date format on a single line


Info

The following example demonstrates the use of the History paragraph style. This illustration is an excerpt from the sample document: Sample 2_Math-in-Word.docx

...

Code Block
languagexml
themeRDark
titleJATS XML Example
collapsetrue
<history>
<date date-type="received"><day>01</day><month>03</month><year>2016</year></date>
<date date-type="rev-recd"><day>14</day><month>03</month><year>2016</year></date>
<date date-type="accepted"><day>21</day><month>03</month><year>2016</year></date>
</history>

Example 2 - Russian dates in international date format on separate lines


Info

The following example demonstrates the use of the History paragraph style. This illustration is an excerpt from the sample document: Sample 3_Math-in-Word.docx

...