php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30866 package.dtd does not define NUMBER ?!
Submitted: 2004-11-23 04:32 UTC Modified: 2004-11-23 09:20 UTC
From: ngabriel4 at comcast dot net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.9 OS: Windows XP (cygwin)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ngabriel4 at comcast dot net
New email:
PHP Version: OS:

 

 [2004-11-23 04:32 UTC] 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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-23 09:20 UTC] derick@php.net
Please file this as a PEAR bug through: http://pear.php.net/bugs
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 16:00:02 2025 UTC