Hello Hussein
I use this CSS customization to view the customized
element Options as an "orderedlist" inside XXE:
Options {
display: block;
margin-left: 2ex;
margin-top: 1.33ex;
margin-bottom: 1.33ex;
counter-reset: item;
}
Options[continuation=continues] {
counter-reset: none;
}
Options > listitem {
margin-left: 6ex;
counter-increment: item;
}
Options > listitem:before {
display: marker;
content: counter(item, decimal) ".";
font-weight: bold;
color: #004080;
}
Options[numeration=loweralpha] > listitem:before {
content: counter(item, lower-alpha) ".";
}
It worked until version 4.0.0
A sample document portion where it is applied is:
<question>
<para>El siguiente cuadro representa el contenido
de un fichero de texto ASCII. ?Cu?ntos caracteres de
control contiene?</para>
<programlisting>01 41 20 6C 61 73 02 31 32 3A 30 30 20 65 0D 0A
6C 20 6E 75 6D 65 72 6F 20 31 64 0D 0A 31 30 11
6C 61 20 63 61 6C 6C 65 20 31 32 03 04</programlisting>
<Options numeration="loweralpha" solpos="1">
<listitem>
<para id="sol_ASCII_num_control">9</para>
</listitem>
<listitem>
<para>8</para>
</listitem>
<listitem>
<para>11</para>
</listitem>
<listitem>
<para>15</para>
</listitem>
</Options>
</question>
Regards
--
Alberto Gonzalez Tellez
E.T.S. de Informatica Aplicada.
C/ Camino de Vera s/n 46022 Valencia (Spain)
Tel: 34-96-3877007 ext 75770 Fax: 34-96-3877579
e-mail: agt at disca.upv.es, web: www.disca.upv.es/agonzale