ID: 30866 Updated by: [EMAIL PROTECTED] Reported By: ngabriel4 at comcast dot net -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows XP (cygwin) PHP Version: 4.3.9 New Comment:
Please file this as a PEAR bug through: http://pear.php.net/bugs Previous Comments: ------------------------------------------------------------------------ [2004-11-23 04:32:42] ngabriel4 at comcast dot net Description: ------------ Actual version :PHP 4.3.10-dev (cli) (built: Nov 21 2004 00:51:32) I think a line like the following should be included in the package.dtd document, so that IE can understand the XML files that use this DTD. <!ENTITY % NUMBER "CDATA"> and later in the ATTLIST , the lines refering to NUMBER must be changed to : phpapi %NUMBER; #IMPLIED instead of : phpapi NUMBER #IMPLIED which is the line IE bums out on. Reproduce code: --------------- phpapi NUMBER #IMPLIED Expected result: ---------------- once changed to : phpapi %NUMBER; #IMPLIED IE should treat it as proper ( well formed XML/DTD). Actual result: -------------- IE reports NUMBER as undefined. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30866&edit=1