XML coversheet: Difference between revisions

From STMDocs
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 16: Line 16:
# Using XSLT, these coversheets can be rendered.
# Using XSLT, these coversheets can be rendered.


==Specimen of XML coversheet==
===Specimen===
You may download a specimen XML coversheet from here.
You may download a specimen XML coversheet from here.
===Elements and attributes===
<!--
===Structure===
* XML declaration on the top.
<geshi lang="xml">
<?xml version="1.0" encoding="utf-8" ?>
</geshi>
* Top-level element
<geshi lang="xml">
<purchase_order>
</geshi>
* It holds mainly the following elements
-->

Revision as of 13:12, 17 December 2012

<Back

Introduction

River Valley have a XML complaint production tracking system known as `RVMS' which means `River Valley Management System'. It can import XML coversheets and bookin a new job. It can render the coversheet. So we request XML coversheets from our clients.

What is XML coversheet?

XML coversheet means, coversheets in XML format which are accompanied with the manuscript for typesetting. Metadata is tagged using XML elements. The XML file can sometimes be a well-formed XML or a DTD/XSD driven one.

Advantages of XML coversheets

XML coversheet poses lot of advantages.

  1. All meta informations are tagged properly.
  2. This can be easily generated from the manuscript submission systems without any re-keying.
  3. This can be used for booking in an article in any XML complaint production tracking system.
  4. The tagged informations can be extracted or re-used in the further stages of production.
  5. Since the original data is used, typos can be avoided and eliminates the further checking.
  6. Using XSLT, these coversheets can be rendered.

Specimen

You may download a specimen XML coversheet from here.

Elements and attributes