summaryrefslogtreecommitdiff
path: root/params/xsl1.1.bookmarks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'params/xsl1.1.bookmarks.xml')
-rwxr-xr-xparams/xsl1.1.bookmarks.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/params/xsl1.1.bookmarks.xml b/params/xsl1.1.bookmarks.xml
new file mode 100755
index 0000000..1b1a0e4
--- /dev/null
+++ b/params/xsl1.1.bookmarks.xml
@@ -0,0 +1,41 @@
+<refentry xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="5.0" xml:id="xsl1.1.bookmarks">
+<refmeta>
+<refentrytitle>xsl1.1.bookmarks</refentrytitle>
+<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>xsl1.1.bookmarks</refname>
+<refpurpose>Use standard XSL 1.1 bookmark elements</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment xml:id="xsl1.1.bookmarks.frag"><xsl:param
+name="xsl1.1.bookmarks">
+ <xsl:choose>
+ <xsl:when test="$fop1.extensions != 0">1</xsl:when>
+ <xsl:when test="$xep.extensions != 0">1</xsl:when>
+ <xsl:when test="$axf.extensions != 0">1</xsl:when>
+ <xsl:otherwise>0</xsl:otherwise>
+ </xsl:choose></xsl:param></src:fragment>
+</refsynopsisdiv>
+
+<refsection><info><title>Description</title></info>
+
+<para>If non-zero (default),
+the stylesheet uses the
+<tag>fo:bookmark-tree</tag>
+and
+<tag>fo:bookmark</tag> elements that are
+standard in XSL 1.1, instead of each XSL-FO processor's proprietary
+bookmark elements.
+If zero, then the stylesheet uses the proprietary bookmark elements that
+predate XSL 1.1.
+</para>
+
+</refsection>
+</refentry>