source: trunk/Distribution/XSL/params/olink.debug.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: 834 bytes
RevLine 
[2]1<refentry id="olink.debug">
2<refmeta>
3<refentrytitle>olink.debug</refentrytitle>
4<refmiscinfo role="type">boolean</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>olink.debug</refname>
8<refpurpose>Turn on debugging messages for olinks</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='olink.debug.frag'>
13<xsl:param name="olink.debug" select="0"/>
14</src:fragment>
15</refsynopsisdiv>
16
17<refsect1><title>Description</title>
18
19<para>If non-zero, then each olink will generate several
20messages about how it is being resolved during processing.
21This is useful when an olink does not resolve properly
22and the standard error messages are not sufficient to
23find the problem.
24</para>
25
26<para>You may need to read through the olink XSL templates
27to understand the context for some of the debug messages.
28</para>
29
30</refsect1>
31</refentry>
Note: See TracBrowser for help on using the repository browser.