too restrictive prefix constraint
---------------------------------

                 Key: XMLBEANS-446
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-446
             Project: XMLBeans
          Issue Type: Bug
    Affects Versions:  Version 2.3, Version 2.4 , Version 2.5
            Reporter: Vojtech Janota
            Priority: Minor


XML Specification clearly states that when declaring namespace bindings 
prefixes starting with "xml" are reserved and must not be used. However it also 
states that processors must NOT treat them as fatal errors. Current 
implementation fails to parse XML files with such prefixes:

org.apache.xmlbeans.XmlRuntimeException: error: Prefix can't begin with XML: 
xml2uddi_portType
        at 
org.apache.xmlbeans.impl.store.Locale$SaxHandler.startPrefixMapping(Locale.java:3321)
        ...


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org

Reply via email to