<!DOCTYPE book PUBLIC [and so on...] [
<!ENTITY % debug 'INCLUDE' >
<!ENTITY % release 'IGNORE' >
]>
  <!ENTITY % debug 'IGNORE' >
  <!ENTITY % release 'INCLUDE' >
  <![%debug;[
  <!ELEMENT book (comments*, front, body, back?)>
  ]]>
  <![%release;[
  <!ELEMENT book (front, body, back?)>
  ]]>

Note: Fragment for illustration purposes only

