<!--Quick n' dirty Biography Driver-->

<!--Get the module itself-->
<!ENTITY % xhtml-biog.module "INCLUDE" >
<![%xhtml-biog.module;[
<!ENTITY % xhtml-biog.mod
     PUBLIC "-//SIMONSTLCOM//ELEMENTS Biography 1.0//EN"
     "http://www.simonstl.com/xhtml/code/chap16/xhtml-biog.mod" >
%xhtml-biog.mod;
]]>

<!--Customizations-->
<!--Override the Block.extra entity-->
<!--Note mild risk - a different module could also change this.-->
<!ENTITY % Block.extra 
     "| table | form | fieldset | biog:biography" >

<!--Override the Inline.extra entity-->
<!ENTITY % Inline.extra 
     "| input | select | textarea | label | button | biog:person" >

<!--Add the biog namespace to the html element-->
<!ATTLIST html
     xmlns:biog     CDATA
     #FIXED "http://www.simonstl.com/xhtml/xhtml-biography/">

<!--Include the rest of XHTML 1.1-->
<!ENTITY xhtml11 PUBLIC "-//W3C//DTD XHTML 1.1//EN"
                        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
%xhtml11;


