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 "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2008/07/17 11:35:31 UTC

[jira] Updated: (XERCESC-1820) Incorrect error location information in errors that are detected after the initial schema parse (e.g., UPA errors)

     [ https://issues.apache.org/jira/browse/XERCESC-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov updated XERCESC-1820:
-------------------------------------

    Attachment: test.xml
                test.xsd

Attaching the test case.

> Incorrect error location information in errors that are detected after the initial schema parse (e.g., UPA errors)
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESC-1820
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1820
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (XML Schema)
>    Affects Versions: 2.8.0, 3.0.0
>            Reporter: Boris Kolpackov
>         Attachments: test.xml, test.xsd
>
>
> Errors that are checked for after the initial schema parser (see call to preContentValidate()) are reported with incorrect file name and line/column information. If the schema is loaded via schemaLocation attribute then the error points to the schemaLocation attribute in the XML file itself, for example:
> Error at file /tmp/test.xml, line 3, char 44
>   Message: complex type 'type' violates the unique particle attribution rule in its components '##any' and 'bar'
> When the schema is loaded via loadGrammar(), the file name and line/column information is not provided at all.
> I guess to be able to fix this bug we will first need to add the file/line/column information to the SchemaGrammar when it is produced by the TraverseSchema object.

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