Re: [jats-list] PDFs links in book-back elements

Subject: Re: [jats-list] PDFs links in book-back elements
From: "dal dalapeyre@xxxxxxxxxxxxxxxx" <jats-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 26 May 2016 17:13:23 -0000
The BITS Index model is intended to tag a structural Index that is
present in the XML. You do not have one, you have a link to an
external Index, that is logically part of the document, but
not physically part of the XML.

So you could just tag (depending on what you have)

  <back>
    <sec>
      <title>b&</title>
        <p><related-object></p>  or <ext-link>
    <sec>
  </back>

or


  <book-back>
    <book-part>
      <book-part-meta>
        <title-group>
          <title>b&</title>
        </title-group>
        <self-uri>point to the Index here</self-uri>
      </book-part-meta>
  </book-back>

P.S. Iff the Index is in XML, you might want to use XInclude
to manage the document as a whole.


b-Debbie

================================================================
Deborah A Lapeyre              mailto:dalapeyre@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.      http://www.mulberrytech.com
17 West Jefferson Street         Phone: 301-315-9631 (USA)
Suite 207                        Fax:   301-315-8385
Rockville, MD 20850
----------------------------------------------------------------
Mulberry Technologies: Consultancy for XML, XSLT, and Schematron
================================================================

Current Thread