- From: Darton Williams <dartonw@gmail.com>
- Date: Sat, 9 Nov 2013 14:23:03 -0500
- To: www-math@w3.org
Received on Sunday, 10 November 2013 17:29:27 UTC
I recently used the combined entities at http://www.w3.org/2003/entities/2007/w3centities-f.ent as an inline DTD in MS SQL Server (this automatically resolves entities to their character codes) and noticed a couple of issues: 1. <!ENTITY amp "&#38;" ><!--AMPERSAND --> The value should be "&" 2. <!ENTITY lt "&#60;" ><!--LESS-THAN SIGN --> The value should be "<" The values above were tested and produced the correct characters when rendered in a browser as HTML. The uppercase variants of these entities also contain incorrect values. 3. <!ENTITY nvlt "&#x0003C;⃒" ><!--LESS-THAN SIGN with vertical line --> AFAIK, the value should be "<⃒" but I just noticed this one and haven't tested. Regards, Darton Williams
Received on Sunday, 10 November 2013 17:29:27 UTC