Home » PEAR » PEAR » Bug #2861
package.dtd does not define NUMBER ?!
Details
| Submitted | 2004-12-01 06:13 UTC |
|---|---|
| From | ngabriel4 at comcast dot net |
| Assigned | cellog |
| Status | Closed |
| Package | PEAR |
| PHP Version | 4.3.9 |
| OS | Windows XP (cygwin) |
| Roadmaps | (Not assigned) |
Comments
[2004-12-01 06:13 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.
Expected result:
----------------
IE displaying xml docs that include package.dtd instead of reporting an error .