Skip to content

Commit

Permalink
Suggestion to omit DOCTYPE in <book> example.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsi committed Jan 21, 2011
1 parent c14095b commit cda71fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/section_book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<section>
<title>Example file of DocBook V4.4 book</title>
<programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book>
<title>Example book</title>
<chapter>
Expand All @@ -37,6 +36,9 @@
<para>More blaa blaa blaa</para>
</chapter>
</book>]]></programlisting>
<note>
<para>DOCTYPE should be omitted, otherwise rendering does not work with <application>Internet Explorer</application>.</para>
</note>
</section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_book_parents.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_book_children.xml" />
Expand Down

0 comments on commit cda71fc

Please sign in to comment.