]> granicus.if.org Git - docbook-dsssl/commitdiff
Added information on how the filename is computed.
authorMauritz Jeanson <mj@johanneberg.com>
Fri, 22 Feb 2008 15:45:36 +0000 (15:45 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Fri, 22 Feb 2008 15:45:36 +0000 (15:45 +0000)
xsl/params/generate.legalnotice.link.xml
xsl/params/generate.revhistory.link.xml

index 4f63116ec0ba6f0444c95f1178c9f85a0bc79c81..534e050504f072528d84d5ba792136bf24fd2afb 100644 (file)
@@ -45,5 +45,28 @@ is non-zero, the stylesheet:
   zero, <tag>legalnotice</tag> contents are rendered on the title
   page.</para>
 
+<para>The name of the separate HTML file is computed as follows:
+
+<orderedlist>
+<listitem>
+  <para>If a filename is given by the <tag class="xmlpi">dbhtml filename</tag> 
+processing instruction, that filename is used.</para>
+</listitem>
+<listitem>
+  <para>If the legalnotice has an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag> 
+attribute, and if <parameter>use.id.as.filename</parameter> != 0, the filename 
+is the concatenation of the id value and the value of the <parameter>html.ext</parameter> 
+parameter.</para>
+</listitem>
+<listitem>
+  <para>If the legalnotice does not have an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag>
+ attribute, or if <parameter>use.id.as.filename</parameter> = 0, the filename is the concatenation of "ln-", 
+auto-generated id value, and <parameter>html.ext</parameter> value.
+  </para>
+</listitem>
+</orderedlist>
+
+</para>
+
 </refsection>
 </refentry>
index f820be9c9d07cf6f82241fa19ff5e63e613c48af..bd70cd91d714838051ff4c12ac2ad413d1018dd7 100644 (file)
@@ -24,5 +24,27 @@ to a separate HTML file and a link to the file is
 generated. Otherwise, <tag>revhistory</tag> contents are rendered on
 the title page.</para>
 
+<para>The name of the separate HTML file is computed as follows:
+
+<orderedlist>
+<listitem>
+  <para>If a filename is given by the <tag class="xmlpi">dbhtml filename</tag> processing instruction, 
+that filename is used.</para>
+</listitem>
+<listitem>
+  <para>If the revhistory has an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag> 
+attribute, and if <parameter>use.id.as.filename</parameter> != 0, the filename is the concatenation of 
+the id value and the value of the <parameter>html.ext</parameter> parameter.</para>
+</listitem>
+<listitem>
+  <para>If the revhistory does not have an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag> 
+attribute, or if <parameter>use.id.as.filename</parameter> = 0, the filename is the concatenation of "rh-", 
+auto-generated id value, and <parameter>html.ext</parameter> value.
+  </para>
+</listitem>
+</orderedlist>
+
+</para>
+
 </refsection>
 </refentry>