php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57535 package.xml file is malformed
Submitted: 2007-02-19 14:30 UTC Modified: 2007-02-19 14:42 UTC
From: php at rabidgeek dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
6 + 35 = ?
Subscribe to this entry?

 
 [2007-02-19 14:30 UTC] php at rabidgeek dot com
Description:
------------
The package.xml for your package is malformed.

Solution is removing the space in 'http://www.w3.org/2001/XMLSchema-inst ance' on line 2.

Reproduce code:
---------------
$ xmlstarlet val package.xml

Expected result:
----------------
package.xml - valid

Actual result:
--------------
package.xml:2: parser warning : xmlns:xsi: 'http://www.w3.org/2001/XMLSchema-inst ance' is not a valid URI
ar.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst ance"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-19 14:42 UTC] rasmus@php.net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 12:01:32 2024 UTC