Re: examples don't show that entities are deprecated

> 
> I wonder what is the reason for deprecating "π" and friends.
> Surely, not concern about parser over-heating ( :-\ ).  And then
> what is the difference?

entity references mean that Mathml fragments  are almost always not
well formed XML: you have to have a <!DOCTYPE that includes a DTD that
declares all the entities. This was always a concern, and is about to
become a major problem as XML schema languages typically replace most
of the functionality of DTDs but do not provide a mechanism for declaring
entities (there would be no way for them to do so without changing XML)

So entity references are deprecated and instead you can use character
data directly, or character references &#x123; or the new mathml2
feature, <mchar  name"=...."/>

As Dan  correctly observes though, several of the examples need 
updating to use mchar rather than &. This is on our list of known things
to fix.

David

Received on Wednesday, 26 April 2000 11:53:04 UTC