[wpkg-users] [Bug 26] XML error reporting is less detailed than in 0.9.8
bugzilla-daemon at wpkg.org
bugzilla-daemon at wpkg.org
Sat Jun 3 00:21:48 CEST 2006
Please reply using this URL only: http://bugs.wpkg.org/show_bug.cgi?id=26
------- Additional Comments From mangoo at mch.one.pl 2006-06-03 00:21 -------
If you look at 0.9.8-0.9.9-test1.patch which was in wpkg-0.9.9-test1 package,
you will see that this functionality was removed:
- if (xmlDoc.load(path)) {
- return xmlDoc.documentElement;
- } else {
- // Obtain the ParseError object
- var xPE = xmlDoc.parseError;
-
- error("Error while parsing XML document: " + path);
- //error("url " + xPE.url);
- error("Reason " + xPE.reason);
- error("Line " + xPE.line);
- error("Linepos " + xPE.linepos);
- error("Filepos " + xPE.filepos);
- error("srcText " + xPE.srcText);
Was it easier that way to make WPKG look into folders?
--
Configure bugmail: http://bugs.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
_______________________________________________
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
More information about the wpkg-users
mailing list