
| Key: |
WSCOMMONS-81
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Jochen Wiedmann
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Issue Links:
|
Dependants
|
|
|
|
This issue blocks:
|
|
WSCOMMONS-78
Including a schema without namespace into a schema with namespace is not possible
|
|
|
|
|
|
|
| Resolution Date: |
05/Sep/06 03:07 AM
|
|
The namespace handling of XmlSchema is severely broken in several aspects:
- The code for namespace handling is duplicated all over the SchemaBuilder class.
- Namespace declarations are typically honoured only, if they occur at the schema level.
The attached patch fixes the namespace handling in the parser. No attempt is made to fix the serialization.
|
|
Description
|
The namespace handling of XmlSchema is severely broken in several aspects:
- The code for namespace handling is duplicated all over the SchemaBuilder class.
- Namespace declarations are typically honoured only, if they occur at the schema level.
The attached patch fixes the namespace handling in the parser. No attempt is made to fix the serialization.
|
Show » |
|
-- dims