Thomas J.S.: optionale MathML Elemente

Beitrag lesen

Nachtag ...

Dass kannst du zwar, aber ... es wird halt ein wenig kopliziert ;-)
Du kannst ein Parameterentity definieren und gleich aufrufen:

<!ENTITY % MathMLElements SYSTEM "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd">
%mathml.dtd;

Natürlich so ist es korekt:

<!ENTITY % MathMLElements SYSTEM "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd">
%MathMLElements;

Thomas