Hello,
Can someone tell me why xxe flags the markup below as invalid XML? It was
made in a text editor. This is the error:
"the sequence of child elements is incorrect [cvc-complex-type.2.4]"
Yet other validation tools seem to pass it as valid. If anyone can shed
light on this I would appreciate it. Thanks.
Mark
<variablelist>
<varlistentry>
<term> </term>
<listitem>
<itemizedlist>
<listitem>
<para> </para>
</listitem>
<listitem>
<para> </para>
<programlisting> </programlisting>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para> </para>
<programlisting> </programlisting>
</listitem>
</varlistentry>
more stuff
</variablelist>