qiuwei / jing-trang

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

JARV implementation should use EntityResolver #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use ISO-relax and get a Verfier
2. have a rng file that adds a reference to the 'current' dir, to another
rng file.
 e.g:
  <include href="other-body.rng"
           ns="http://xmlns.example.com/2009/other"/>

What is the expected output? What do you see instead?
I would expect the parser to be able to use the the supplied EntityResolver
to be able to resolve the URI to for instance the META-INF directory. This
does not work at the moment, the 'working path' is used instead.

What version of the product are you using? On what operating system?
the latest stable version. on linux.

Please provide any additional information below.

This is supported by the msv library supplied by sun.

Original issue reported on code.google.com by ngar...@gmail.com on 30 Jan 2009 at 8:26

GoogleCodeExporter commented 8 years ago
I believe this is already fixed in the trunk, but without a test-case it is 
hard to
be sure...

Original comment by jjc.jclark.com on 1 Feb 2009 at 1:10