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="menuchoice.separator">
8 <refentrytitle>menuchoice.separator</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
12 <refname>menuchoice.separator</refname>
13 <refpurpose>Separator between items of a <tag>menuchoice</tag>
14 other than <tag>guimenuitem</tag> and
15 <tag>guisubmenu</tag></refpurpose>
19 <src:fragment xml:id="menuchoice.separator.frag">
20 <xsl:param name="menuchoice.separator">+</xsl:param>
24 <refsection><info><title>Description</title></info>
26 <para>Separator used to connect items of a <tag>menuchoice</tag> other
27 than <tag>guimenuitem</tag> and <tag>guisubmenu</tag>. The latter
28 elements are linked with <parameter>menuchoice.menu.separator</parameter>.