← Prev in month ← Prev in thread

NS.prefixed ... MATHML.prefixed ...?

From
Steven T. Hatton <>
Date
2005-11-06T20:20:31+00:00
ID
Thread
NS.prefixed ... MATHML.prefixed ...?
IIRC, there is some kind of slight of hand going on in the following DTD 
snippet taken from the 
http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd

<!-- tell the MathML DTD to do the right prefixing -->
<!ENTITY % NS.prefixed     "INCLUDE">
<!ENTITY % MATHML.prefix   "%mathml-prefix;">
<!ENTITY % NamespaceDecl.attrib "
	xmlns%mathml-colon;%mathml-prefix;
	CDATA	#FIXED 'http://www.w3.org/1998/Math/MathML'
">

Would someone please explain to me what these declarations accomplish?

Steven
← Prev in month ← Prev in thread