Andres wrote: > I have been trying to use the docbook to html filter, but without much > success. > > All my ids - which I have used to have internal links - are not > transformed into anchors. > > e.g., this code: > > <title id="Array_Literals">Array Literals</title> > > Becomes: > > <h3 class="title"><a name="d0e355"></a>4.1. Array Literals</h3> > > which basically makes me loose all my internal links to the section. >
I'm sorry but I don't see anything wrong in the above conversion to HTML. Note that for our own documentation, we add the "id" attribute to the section/chapter/etc and not to its title. You can see by yourself that its works fine. Example: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/index.html

