|
I am
having similar problems getting schema validation going with xerces
1.4.0.
My xml
declaration is:
<JavaXML:Book
xmlns:xsi='http://www.foobar.com/xmlsch'
xsi:schemaLocation='http://www.foobar.com/xmlobj http://shekar.epiphany.com/JavaXML.xsd' xmlns:JavaXML='http://www.foobar.com/xmlobj'> My
schema declaration has:
<schema
targetNamespace='http://www.foobar.com/xmlobj' xmlns='http://www.foobar.com/xmlsch' xmlns:JavaXML='http://www.foobar.com/xmlobj'> Validation fails with
[Error] java.xml:5:56: General Schema Error: Grammar with uri 2: http://www.foobar.com/xmlobj , can not
be found.
(Only
the reference to JavaXML.xsd is a real URL, obviously. Also, I have the
validation, schemasupport and namespace
support features turned on in the parser.)
Thanks
in advance for any help.
Best,
--Sridhar
|
- problem starting validation Filkorn Roman
- RE: problem starting validation Anderson, John
- RE: problem starting validation sridhar
- RE: problem starting validation sire chembiparambil
- RE: problem starting validation sridhar
- RE: problem starting validation sridhar
- RE: problem starting validation Ian Roberts
