source: trunk/Distribution/XSL/params/target.database.document.xml

Last change on this file was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 1.3 KB
Line 
1<refentry id="target.database.document">
2<refmeta>
3<refentrytitle>target.database.document</refentrytitle>
4<refmiscinfo role="type">uri</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>target.database.document</refname>
8<refpurpose>Name of master database file for resolving
9olinks</refpurpose>
10</refnamediv>
11<refsynopsisdiv> <src:fragment id="target.database.document.frag">
12<xsl:param name="target.database.document" select="''"/>
13</src:fragment>
14</refsynopsisdiv>
15<refsect1>
16<title>Description</title>
17<para>
18To resolve olinks between documents, the stylesheets use
19a master database document that identifies the target datafiles for all the documents within the scope
20of the olinks. This parameter value is the URI of
21the master document to be read during processing to resolve olinks.
22The default value is <filename>olinkdb.xml</filename>.</para>
23<para>The data structure of the file is defined in the <filename>targetdatabase.dtd</filename> DTD. The database file provides the high level elements to record the identifiers, locations, and relationships of documents. The cross reference data for individual documents is generally pulled into the database using system entity references or XIncludes. See also <parameter>targets.filename</parameter>.
24
25</para>
26</refsect1>
27</refentry>
Note: See TracBrowser for help on using the repository browser.