Changes between Initial Version and Version 1 of Ticket #909
- Timestamp:
- 05/23/12 05:12:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #909
- Property Resolution → fixed
- Property Status new → closed
- Property Summary Import / IllegalArgumentException when undeclared namespace is declared → Import / IllegalArgumentException when undeclared namespace in schema is used as default namespace
-
Ticket #909 – Description
initial v1 1 1 Import a metadata with an unused namespace without prefix trigger: 2 2 {{{ 3 IllegalArgumentException : Namespace with no prefix. Cannot find a namespace URI to set for element gmd:MD_Metadata - namespace URI http:// www.geosource.fr/2006/rpc3 IllegalArgumentException : Namespace with no prefix. Cannot find a namespace URI to set for element gmd:MD_Metadata - namespace URI http://undeclared/namespace/in/schema 4 4 }}} 5 5 Example: … … 7 7 <?xml version="1.0" encoding="UTF-8"?> 8 8 <gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" 9 xmlns="http://undeclared/namespace/in/schema /ident"9 xmlns="http://undeclared/namespace/in/schema" 10 10 }}} 11 11