← Prev in month ← Prev in thread

MathML and HTML Forms "Modules"

From
System
Date
2000-03-08T18:37:00+00:00
ID
Thread
MathML and HTML Forms "Modules"
Fair warning,  I've added a few new PEs to DocBook XML 4.0beta3 (I'll try to publish it today) to support the MathML and HTML Forms  modules  (which we can publish later). Snippets follow, FYI.  <!-- The DocBook TC may produce an official MathML module for DocBook. --> <!-- This PE provides the hook by which it can be inserted into the DTD. --> <!ENTITY % mathml.hook
> <!ENTITY % equation.content  (alt?, (graphic+ mediaobject+)) %mathml.hook; >  ...  <!ENTITY % equation.element  INCLUDE > <![%equation.element;[ <!ELEMENT equation ((%formalobject.title.content;)?, (informalequation
		%equation.content;))> <!--end of equation.element-->]]>  ...  <!-- The DocBook TC may produce an official forms module for DocBook. --> <!-- This PE provides the hook by which it can be inserted into the DTD. --> <!ENTITY % forminlines.hook
>  <!ENTITY % local.para.char.mix
> <!ENTITY % para.char.mix 		 #PCDATA 		 %xref.char.class;	 %gen.char.class; 		 %link.char.class;	 %tech.char.class; 		 %base.char.class;	 %docinfo.char.class; 		 %other.char.class;	 %inlineobj.char.class; 		 %synop.class; 		 %ndxterm.class;
beginpage
%forminlines.hook; 		%local.para.char.mix; >  ...  <!-- The DocBook TC may produce an official forms module for DocBook. --> <!-- This PE provides the hook by which it can be inserted into the DTD. --> <!ENTITY % forms.hook
>  <!ENTITY % local.divcomponent.mix
> <!ENTITY % divcomponent.mix 		 %list.class;		 %admon.class; 		 %linespecific.class;	 %synop.class; 		 %para.class;		 %informal.class; 		 %formal.class;		 %compound.class; 		 %genobj.class;		 %descobj.class; 		 %ndxterm.class;
beginpage
%forms.hook; 		%local.divcomponent.mix;
>
Be seeing you,
norm

--
Norman Walsh <>
Bother , said Pooh, as he Principal Software Engineer
deleted his root directory. Arbortext, Inc. (www.arbortext.com)
413.256.6985 Voice/FAX
← Prev in month ← Prev in thread