Hi,

we found the same problem, but when we generate a new project. However, we have found the solution, we think.

Cornelius, we don't think that the kdevelop project file was xml clean. Our file fails passing the xmllint test. Our problem and we think that the same as Cornelius is that the encoding is not defined in the xml file. So, if there's some character diferent from ascii, the parser fails. In our case, my name has accented characters, so, althougth the xmlfile seems correct, fails because the encoding. Probably it also happens in the generated documentation [1].

The solution could be simple: modify the first line of the xml file.

< <?xml version="1.0" encoding="iso8859-1" ?>
---
> <?xml version="1.0"?>

in our case.

Regards,

Jordi and Leo


From: Cornelius Weiss <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: kdevelop3: loding a project fails with xml markup error
Date: Tue, 14 Jun 2005 16:47:54 +0200

Package: kdevelop3
Version: 4:3.2.0-3
Severity: important

i'm not able to load project files (*.kdevelop).

The errormessage is: This is not a valid projectfile.
XML error in line 13 column 11
tag mismatch

The projectfile was generated by kdevelop itselve, using "new project"
wizzard.

The projectfile is 100% claen XML, i can't find a failure there.
cu
cornelius



[1] http://bugs.kde.org/show_bug.cgi?id=87115


--
Jordi Marcé-Nogué
Leopold Palomo

Reply via email to