You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2006/05/11 10:47:05 UTC

[jira] Created: (XERCESC-1592) Namespace handling is wrong in schema validation

Namespace handling is wrong in schema validation
------------------------------------------------

         Key: XERCESC-1592
         URL: http://issues.apache.org/jira/browse/XERCESC-1592
     Project: Xerces-C++
        Type: Bug

  Components: Validating Parser (Schema) (Xerces 1.5 or up only)  
 Environment: Windows XP, Visual C++ 6.0
    Reporter: Alberto Massari
 Attachments: MainSchema.xml

When resolving a reference to an element declaration, the only namespace mapping that is taken into consideration is the one defined by the root element; namespace declarations attached to the current element node or its parent are ignored.
Running DOMCount -n -s MainSchema.xml will report the error "Type not found in SplitAndMerge:msg" while the schema is trying to access "msg" from the empty namespace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1592) Namespace handling is wrong in schema validation

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1592?page=all ]

Alberto Massari updated XERCESC-1592:
-------------------------------------

    Attachment: MainSchema.xsd

> Namespace handling is wrong in schema validation
> ------------------------------------------------
>
>          Key: XERCESC-1592
>          URL: http://issues.apache.org/jira/browse/XERCESC-1592
>      Project: Xerces-C++
>         Type: Bug

>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>     Versions: 2.7.0
>  Environment: Windows XP, Visual C++ 6.0
>     Reporter: Alberto Massari
>  Attachments: MainSchema.xml, MainSchema.xsd, Schema1.xsd
>
> When resolving a reference to an element declaration, the only namespace mapping that is taken into consideration is the one defined by the root element; namespace declarations attached to the current element node or its parent are ignored.
> Running DOMCount -n -s MainSchema.xml will report the error "Type not found in SplitAndMerge:msg" while the schema is trying to access "msg" from the empty namespace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1592) Namespace handling is wrong in schema validation

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1592?page=all ]

Alberto Massari updated XERCESC-1592:
-------------------------------------

    Attachment: Schema1.xsd

> Namespace handling is wrong in schema validation
> ------------------------------------------------
>
>          Key: XERCESC-1592
>          URL: http://issues.apache.org/jira/browse/XERCESC-1592
>      Project: Xerces-C++
>         Type: Bug

>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>     Versions: 2.7.0
>  Environment: Windows XP, Visual C++ 6.0
>     Reporter: Alberto Massari
>  Attachments: MainSchema.xml, MainSchema.xsd, Schema1.xsd
>
> When resolving a reference to an element declaration, the only namespace mapping that is taken into consideration is the one defined by the root element; namespace declarations attached to the current element node or its parent are ignored.
> Running DOMCount -n -s MainSchema.xml will report the error "Type not found in SplitAndMerge:msg" while the schema is trying to access "msg" from the empty namespace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Resolved: (XERCESC-1592) Namespace handling is wrong in schema validation

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Massari resolved XERCESC-1592.
--------------------------------------

    Resolution: Fixed

> Namespace handling is wrong in schema validation
> ------------------------------------------------
>
>                 Key: XERCESC-1592
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1592
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>    Affects Versions: 2.7.0
>         Environment: Windows XP, Visual C++ 6.0
>            Reporter: Alberto Massari
>         Attachments: MainSchema.xml, MainSchema.xsd, Schema1.xsd
>
>
> When resolving a reference to an element declaration, the only namespace mapping that is taken into consideration is the one defined by the root element; namespace declarations attached to the current element node or its parent are ignored.
> Running DOMCount -n -s MainSchema.xml will report the error "Type not found in SplitAndMerge:msg" while the schema is trying to access "msg" from the empty namespace

-- 
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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1592) Namespace handling is wrong in schema validation

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1592?page=all ]

Alberto Massari updated XERCESC-1592:
-------------------------------------

    Attachment: MainSchema.xml

> Namespace handling is wrong in schema validation
> ------------------------------------------------
>
>          Key: XERCESC-1592
>          URL: http://issues.apache.org/jira/browse/XERCESC-1592
>      Project: Xerces-C++
>         Type: Bug

>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>  Environment: Windows XP, Visual C++ 6.0
>     Reporter: Alberto Massari
>  Attachments: MainSchema.xml
>
> When resolving a reference to an element declaration, the only namespace mapping that is taken into consideration is the one defined by the root element; namespace declarations attached to the current element node or its parent are ignored.
> Running DOMCount -n -s MainSchema.xml will report the error "Type not found in SplitAndMerge:msg" while the schema is trying to access "msg" from the empty namespace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1592) Namespace handling is wrong in schema validation

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1592?page=all ]

Alberto Massari updated XERCESC-1592:
-------------------------------------

    Version: 2.7.0

> Namespace handling is wrong in schema validation
> ------------------------------------------------
>
>          Key: XERCESC-1592
>          URL: http://issues.apache.org/jira/browse/XERCESC-1592
>      Project: Xerces-C++
>         Type: Bug

>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>     Versions: 2.7.0
>  Environment: Windows XP, Visual C++ 6.0
>     Reporter: Alberto Massari
>  Attachments: MainSchema.xml, MainSchema.xsd, Schema1.xsd
>
> When resolving a reference to an element declaration, the only namespace mapping that is taken into consideration is the one defined by the root element; namespace declarations attached to the current element node or its parent are ignored.
> Running DOMCount -n -s MainSchema.xml will report the error "Type not found in SplitAndMerge:msg" while the schema is trying to access "msg" from the empty namespace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org