From: Bob Stayton Date: Fri, 25 Jul 2003 16:47:42 +0000 (+0000) Subject: Parameter to support xrefstyle select: feature on xref element. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d0d4f0a7358698308d738f29873d1ff420165b9;p=docbook-dsssl Parameter to support xrefstyle select: feature on xref element. --- diff --git a/xsl/params/xref.label-page.separator.xml b/xsl/params/xref.label-page.separator.xml new file mode 100644 index 000000000..a54400294 --- /dev/null +++ b/xsl/params/xref.label-page.separator.xml @@ -0,0 +1,33 @@ + + +xref.label-page.separator +string + + +xref.label-page.separator +Punctuation or space separating label from page number in xref + + + + + + +Description + + +This parameter allows you to control the punctuation of certain +types of generated cross reference text. +When cross reference text is generated for an +xref or +olink element +using an xrefstyle attribute +that makes use of the select: feature, +and the selected components include both label and page +but no title, +then the value of this parameter is inserted between +label and page number in the output. +If a title is included, then other separators are used. + + + + diff --git a/xsl/params/xref.label-title.separator.xml b/xsl/params/xref.label-title.separator.xml new file mode 100644 index 000000000..7e21c25c8 --- /dev/null +++ b/xsl/params/xref.label-title.separator.xml @@ -0,0 +1,31 @@ + + +xref.label-title.separator +string + + +xref.label-title.separator +Punctuation or space separating label from title in xref + + + +: + + +Description + + +This parameter allows you to control the punctuation of certain +types of generated cross reference text. +When cross reference text is generated for an +xref or +olink element +using an xrefstyle attribute +that makes use of the select: feature, +and the selected components include both label and title, +then the value of this parameter is inserted between +label and title in the output. + + + + diff --git a/xsl/params/xref.title-page.separator.xml b/xsl/params/xref.title-page.separator.xml new file mode 100644 index 000000000..c38ebb400 --- /dev/null +++ b/xsl/params/xref.title-page.separator.xml @@ -0,0 +1,31 @@ + + +xref.title-page.separator +string + + +xref.title-page.separator +Punctuation or space separating title from page number in xref + + + + + + +Description + + +This parameter allows you to control the punctuation of certain +types of generated cross reference text. +When cross reference text is generated for an +xref or +olink element +using an xrefstyle attribute +that makes use of the select: feature, +and the selected components include both title and page number, +then the value of this parameter is inserted between +title and page number in the output. + + + +