>
> > 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>
> > [...]
> >
> [...]
> 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.
The xref points to 'refentry' tag (<refentry
id='function.dom-domattr-construct'>), but I'm wondering why I get the error
on that line, but the following one is correct (it also points to 'refentry'
tag)
<section id='dom.class.domattr.methods'>
&reftitle.methods;
<itemizedlist>
<listitem>
<para><xref linkend='function.dom-domattr-isid' /> - Checks if
attribute is a defined ID</para>
</listitem>
</itemizedlist>
</section>
Darvin