6.10 Conditional Sections

<![ IGNORE [ declarations ]]>
<![ INCLUDE [ declarations ]]>
<!ENTITY % article "INCLUDE">  
<!ENTITY % book "IGNORE">  
<![%article;[  
   <!ELEMENT body (chapter, (section | subsection)* )*>  
]]>  
<![%book;[  
   <!ELEMENT body (section | subsection)* >  
]]>