base.dir.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="base.dir">
  7. <refmeta>
  8. <refentrytitle>base.dir</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>base.dir</refname>
  13. <refpurpose>The base directory of chunks</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="base.dir.frag">
  17. <xsl:param name="base.dir"></xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If specified, the <parameter>base.dir</parameter> parameter identifies
  22. the output directory for chunks. (If not specified, the output directory
  23. is system dependent.)</para>
  24. <para>Starting with version 1.77 of the stylesheets,
  25. the param's value will have a trailing slash added if it does
  26. not already have one.</para>
  27. <caution><para>Do not use <parameter>base.dir</parameter>
  28. to add a filename prefix string to chunked files.
  29. Instead, use the <parameter>chunked.filename.prefix</parameter>
  30. parameter.</para></caution>
  31. </refsection>
  32. </refentry>