]> granicus.if.org Git - docbook-dsssl/commitdiff
New parameters
authorNorman Walsh <ndw@nwalsh.com>
Thu, 6 Jun 2002 13:04:15 +0000 (13:04 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 6 Jun 2002 13:04:15 +0000 (13:04 +0000)
xsl/params/generate.meta.abstract.xml [new file with mode: 0644]
xsl/params/use.role.as.xrefstyle.xml [new file with mode: 0644]

diff --git a/xsl/params/generate.meta.abstract.xml b/xsl/params/generate.meta.abstract.xml
new file mode 100644 (file)
index 0000000..6cf6891
--- /dev/null
@@ -0,0 +1,23 @@
+<refentry id="generate.meta.abstract">
+<refmeta>
+<refentrytitle>generate.meta.abstract</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>generate.meta.abstract</refname>
+<refpurpose>Generate HTML <sgmltag>META</sgmltag> element from <sgmltag>abstract</sgmltag>?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='generate.meta.abstract.frag'>
+<xsl:param name="generate.meta.abstract" select="1"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If non-zero, document abstracts will be reproduced in the HTML
+<sgmltag>HEAD</sgmltag> with <sgmltag class="starttag">meta name="description" content="..."</sgmltag>.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/use.role.as.xrefstyle.xml b/xsl/params/use.role.as.xrefstyle.xml
new file mode 100644 (file)
index 0000000..dc7ac2f
--- /dev/null
@@ -0,0 +1,29 @@
+<refentry id="use.role.as.xrefstyle">
+<refmeta>
+<refentrytitle>use.role.as.xrefstyle</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>use.role.as.xrefstyle</refname>
+<refpurpose>Use <sgmltag class="attribute">role</sgmltag> attribute for
+<sgmltag class="attribute">xrefstyle</sgmltag> on <sgmltag>xref</sgmltag>?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='use.role.as.xrefstyle.frag'>
+<xsl:param name="use.role.as.xrefstyle" select="1"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If non-zero, the <sgmltag class="attribute">role</sgmltag> attribute on
+<sgmltag>xref</sgmltag> will be used to select the cross reference style.
+It is likely that the <ulink url="http://www.oasis-open.org/docbook/">DocBook
+Technical Committee</ulink> will eventually add an
+<sgmltag class="attribute">xrefstyle</sgmltag> attribute for this purpose.
+Until then, this flag allows <sgmltag class="attribute">role</sgmltag> to
+serve that purpose.</para>
+
+</refsect1>
+</refentry>