Opened 12 years ago

Closed 12 years ago

#2041 closed defect (fixed)

installation.xml does not follow the DTD

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.1.0
Component: documentation Version: master
Keywords: Cc:

Description

On make check under doc (do the bots run this?):

installation.xml:619: element sect2: validity error : Element sect2 content does not follow the DTD, expecting (sect2info? , (title , subtitle? , titleabbrev?) , (toc | lot | index | glossary | bibliography)* , (((calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | segmentedlist | simplelist | variablelist | caution | important | note | tip | warning | literallayout | programlisting | programlistingco | screen | screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | para | simpara | address | blockquote | graphic | graphicco | mediaobject | mediaobjectco | informalequation | informalexample | informalfigure | informaltable | equation | example | figure | table | msgset | procedure | sidebar | qandaset | task | anchor | bridgehead | remark | highlights | abstract | authorblurb | epigraph | indexterm | beginpage)+ , (refentry* | sect3* | simplesect*)) | refentry+ | sect3+ | simplesect+) , (toc | lot | index | glossary | bibliography)*), got (title para para command para para programlisting para para itemizedlist para para programlisting para para programlisting warning para para para programlisting )
        </sect2>
                ^

Change History (3)

comment:1 by strk, 12 years ago

Ouch, can't you use <command> in a <para> ? I did in r10409 to fix duplicated "make comments" tag (<programlisting> and <command>)

comment:2 by strk, 12 years ago

Owner: changed from robe to strk
Status: newassigned

Ok the thing is that <command> can _only_ be inside a <para>, not outside. I'm taking care of this.

comment:3 by strk, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.