PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #2861

package.dtd does not define NUMBER ?!

Details

Submitted2004-12-01 06:13 UTC
Fromngabriel4 at comcast dot net
Assignedcellog
StatusClosed
PackagePEAR
PHP Version4.3.9
OSWindows 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 .