Dear Sir, When we have in HTML the <li> tag we can here also have an attribute value like in: <ol> <li value='3'> level 1 <li> follow up </ol> this results in HTML to: [image: image.png] with doxygen I try to make a docbook out of it and currently I have it translated to: <orderedlist> <listitem>
<para>level 1 </para> </listitem> <listitem> <para>follow up </para> </listitem> </orderedlist> and this results in: [image: image.png] when I add the attribute value='3' to the first <listitem> I get the warning: attribute "value" not allowed at this point; ignored Is there a way to accomplish this value possibility in docbook? Thanks in advance, Best Regards, Albert
-- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support