Changes between Initial Version and Version 1 of Ticket #909


Ignore:
Timestamp:
May 23, 2012, 5:12:40 AM (12 years ago)
Author:
fxp
Comment:

Committed revision 9133.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #909

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Summary Import / IllegalArgumentException when undeclared namespace is declaredImport / IllegalArgumentException when undeclared namespace in schema is used as default namespace
  • Ticket #909 – Description

    initial v1  
    11Import a metadata with an unused namespace without prefix trigger:
    22{{{
    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/rpc
     3IllegalArgumentException : Namespace with no prefix. Cannot find a namespace URI to set for element gmd:MD_Metadata - namespace URI http://undeclared/namespace/in/schema
    44}}}
    55Example:
     
    77<?xml version="1.0" encoding="UTF-8"?>
    88<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"
    1010}}}
    1111