Opened 11 years ago

Closed 11 years ago

#2416 closed defect (fixed)

Element simplesect content does not follow the DTD

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.0.4
Component: documentation Version: 2.0.x
Keywords: Cc:

Description

Docs in 2.0 branch do not pass make check:

make[1]: Entering directory `/home/src/postgis/postgis-2.0/doc'
/usr/bin/xmllint --loaddtd --xinclude --valid postgis-out.xml > /dev/null
release_notes.xml:12: element simplesect: validity error : Element simplesect content does not follow the DTD, expecting ((title , subtitle? , titleabbrev?) , (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)+), got (title )
                </simplesect>
                             ^
release_notes.xml:15: element simplesect: validity error : Element simplesect content does not follow the DTD, expecting ((title , subtitle? , titleabbrev?) , (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)+), got (title )
                </simplesect>
                             ^
make[1]: *** [check] Error 4 
make[1]: Leaving directory `/home/src/postgis/postgis-2.0/doc'

Change History (1)

comment:1 by robe, 11 years ago

Resolution: fixed
Status: newclosed

I think it was failing since there was no content. Copied from NEWS. at r11762

Note: See TracTickets for help on using tickets.