Bug 4952 - Schema validation failure when using redefine
Summary: Schema validation failure when using redefine
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: Build (show other bugs)
Version: 1.4.3
Hardware: All All
: P3 critical
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-19 09:39 UTC by Georg Schmidt
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments
Base Schema (3.51 KB, text/plain)
2001-11-19 09:41 UTC, Georg Schmidt
Details
Specialization of Schema (5.75 KB, text/plain)
2001-11-19 09:42 UTC, Georg Schmidt
Details
Example XML File (4.08 KB, text/plain)
2001-11-19 09:43 UTC, Georg Schmidt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Schmidt 2001-11-19 09:39:04 UTC
Schema validation failure when using redefine

Steps to Reproduce: 

Validating a schema with XERCES-J

Actual Results: 

The following stack trace appears and the xml document is not validated
[org.xml.sax.SAXParseException] Schema error: prefix : [xs] cannot be resolved 
to a URI.
        PublicId:       null
        SystemId:
        LineNumber:     3
        ColumnNumber:   149


Expected Results: the xml document should have been validated without errors. - 
done in XML Spy 4.1 before -

Build Date & Platform: Xerces 1.4.3 & Xerces 1.4.4 on Windows 2000
Comment 1 Georg Schmidt 2001-11-19 09:41:33 UTC
Created attachment 804 [details]
Base Schema
Comment 2 Georg Schmidt 2001-11-19 09:42:59 UTC
Created attachment 805 [details]
Specialization of Schema
Comment 3 Georg Schmidt 2001-11-19 09:43:55 UTC
Created attachment 806 [details]
Example XML File
Comment 4 Georg Schmidt 2001-11-19 09:47:34 UTC
please change xsi:noNamespaceSchemaLocation="../xml/AnyFinderIndexOrder.old.xsd"
to xsi:noNamespaceSchemaLocation="../xml/IndexOrder-INTERSHOP.enfinity.xsd"

in Created an attachment (id=806)