tksk / jing-trang

Automatically exported from code.google.com/p/jing-trang
0 stars 0 forks source link

XML Schema link URL is slightly wrong #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a very minor issue.

What steps will reproduce the problem?
1. Create an XSD schema with a non-deterministic content model.
2. Attempt to validate a document against that schema.

What is the expected output? What do you see instead?

Jing gives a useful report with a link to the relevant part of the XML Schema 
standard, but the URL is wrong. It gives:

http://www.w3.org/TR/xml-schema-1#cos-nonambig

http://www.w3.org/TR/xmlschema-1/#cos-nonambig

(The hyphen between xml and schema should not be there.)

but the link should be:

What version of the product are you using? On what operating system?

Version 20091111, on Ubuntu 12.04 server.

Original issue reported on code.google.com by martindh...@gmail.com on 3 Dec 2012 at 4:44

GoogleCodeExporter commented 9 years ago
This is a bug in Xerces. Jing does not do XSD validation itself: it just calls 
the Xerces library.

Original comment by j...@jclark.com on 4 Dec 2012 at 1:57