profile.value.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="profile.value">
  7. <refmeta>
  8. <refentrytitle>profile.value</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>profile.value</refname>
  13. <refpurpose>Target profile for user-specified attribute</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="profile.value.frag">
  17. <xsl:param name="profile.value"></xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>When you are using this parameter you must also specify name of
  22. profiling attribute with parameter
  23. <parameter>profile.attribute</parameter>.</para>
  24. <para>The value of this parameter specifies profiles which should be
  25. included in the output. You can specify multiple profiles by
  26. separating them by semicolon. You can change separator character by
  27. <parameter>profile.separator</parameter>
  28. parameter.</para>
  29. <para>This parameter has effect only when you are using profiling
  30. stylesheets (<filename>profile-docbook.xsl</filename>,
  31. <filename>profile-chunk.xsl</filename>, …) instead of normal
  32. ones (<filename>docbook.xsl</filename>,
  33. <filename>chunk.xsl</filename>, …).</para>
  34. </refsection>
  35. </refentry>