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 "Bill Yan (JIRA)" <xe...@xml.apache.org> on 2007/07/31 11:54:52 UTC

[jira] Created: (XERCESC-1725) Weird error info is reported to the attached schema file

Weird error info is reported to the attached schema file
--------------------------------------------------------

                 Key: XERCESC-1725
                 URL: https://issues.apache.org/jira/browse/XERCESC-1725
             Project: Xerces-C++
          Issue Type: Bug
          Components: Validating Parser (Schema) (Xerces 1.5 or up only)
    Affects Versions: 2.7.0
         Environment: Windows XP 
            Reporter: Bill Yan


when using XercesDOMParser::loadGrammar() to check the validity of the attached schema file, the following error info is reported: 
"...Recurse: There is not a complete functional mapping between the particles - Line 77, Col 40",

but when I use XMLSpy to chek, the file is valid.

-- 
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-1725) Weird error info is reported to the attached schema file

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

Bill Yan updated XERCESC-1725:
------------------------------

    Attachment: test.xsd

> Weird error info is reported to the attached schema file
> --------------------------------------------------------
>
>                 Key: XERCESC-1725
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1725
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>    Affects Versions: 2.7.0
>         Environment: Windows XP 
>            Reporter: Bill Yan
>         Attachments: test.xsd
>
>
> when using XercesDOMParser::loadGrammar() to check the validity of the attached schema file, the following error info is reported: 
> "...Recurse: There is not a complete functional mapping between the particles - Line 77, Col 40",
> but when I use XMLSpy to chek, the file is valid.

-- 
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] Resolved: (XERCESC-1725) Weird error info is reported to the attached schema file

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

Alberto Massari resolved XERCESC-1725.
--------------------------------------

    Resolution: Invalid

XMLSpy is wrong: you define crestr_cext_cbase as a restriction for cext_cbase using the sequence b1, eb1, b2, eb2; but cext_base is defined as b1, b2, eb1, eb2, so the order is not correct.
Move eb1 after b2 and you will have a valid schema.

Alberto

> Weird error info is reported to the attached schema file
> --------------------------------------------------------
>
>                 Key: XERCESC-1725
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1725
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>    Affects Versions: 2.7.0
>         Environment: Windows XP 
>            Reporter: Bill Yan
>         Attachments: test.xsd
>
>
> when using XercesDOMParser::loadGrammar() to check the validity of the attached schema file, the following error info is reported: 
> "...Recurse: There is not a complete functional mapping between the particles - Line 77, Col 40",
> but when I use XMLSpy to chek, the file is valid.

-- 
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