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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at rabidgeek dot com
New email:
PHP Version: OS:

 

 [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: Thu May 02 10:01:30 2024 UTC