> All the errors from reference.xml are made by the following sequence of > lines: > > [...] > <section id='dom.class.domattr.constructor'> > &reftitle.constructor; > <itemizedlist> > <listitem> > <para><xref linkend='function.dom-domattr-construct' /> - construct a new > DOMAttr object</para> <-- The line with error > </listitem> > </itemizedlist> > </section> > [...] > > All 'constructor' tables have the error. Other tables (i.e. methods table) > are ok. What are the differences? Is the link pointed by linked? I've > checked it, dom-domattr-construct exists. I looked for some wrong characters > into the definition of the entity '&reftitle.constructor;', nothing, it > seems ok.
Since the error message says something about the correlation of the para and xref tags, either xref is not supported in this context (which I doubt), or xref should not point to a paragraph with an ID (which is probable). But as far as I guess, function.dom-domattr-construct is not a para, but a complete function doc section. Goba
