This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10076 - Improve error location info for XML, JSON etc outputs
Summary: Improve error location info for XML, JSON etc outputs
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 1.0
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on: 9933
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-04 08:33 UTC by Ville Skyttä
Modified: 2013-02-14 17:41 UTC (History)
1 user (show)

See Also:


Attachments

Description Ville Skyttä 2010-07-04 08:33:32 UTC
Bug 9933 takes care of this for HTML output, this is about doing it also in XML, JSON etc outputs.

+++ This bug was initially created as a clone of Bug #9933 +++

The info given by validator about error locations should be improved as the errors may not occur in the doc to be validated, they may be elsewhere.  For example validate the following XHTML MP 1.2 doc with xmllint (libxml):

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" 
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html>
<head>
<title>
Plain Text
</title>
</head>
<body>
<p>
This is
<br/>
A simple sample of XHTML MP
</p>
<div style="text-align:right">
Hello, world
</div>
</body>
</html>



$ xmllint --noout --postvalid t.xhtml 
http://www.openmobilealliance.org/tech/DTD/xhtmlmp12-form-1.mod:18: parser error : Input is not proper UTF-8, indicate encoding !
Bytes: 0x92 0x53 0x20 0x52
    OR ITS AFFILIATES REGARDING ANY OF THE IPR&#65533;S REPRESENTED ON THE OMA
                                              ^
http://www.openmobilealliance.org/tech/DTD/xhtmlmp12-form-1.mod:69: parser warning : PEReference: %form.element; not found
<![%form.element;[
                 ^
[...]

$ HEAD http://www.openmobilealliance.org/tech/DTD/xhtmlmp12-form-1.mod
200 OK
Date: Tue, 15 Jun 2010 16:37:46 GMT
Accept-Ranges: bytes
ETag: "4cbc61cb759c71:1f3d"
Server: Microsoft-IIS/6.0
Content-Length: 9885
Content-Type: application/octet-stream
Last-Modified: Mon, 26 Feb 2007 15:01:52 GMT
Client-Date: Tue, 15 Jun 2010 16:37:47 GMT
Client-Peer: 195.238.226.77:80
Client-Response-Num: 1
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET