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 bu...@apache.org on 2004/03/15 15:58:24 UTC

DO NOT REPLY [Bug 27666] New: - Error message doesnt contain all usefull informations if the schema-parsing isnt successfull

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27666>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27666

Error message doesnt contain all usefull informations if the schema-parsing isnt successfull

           Summary: Error message doesnt contain all usefull informations if
                    the schema-parsing isnt successfull
           Product: Xerces-C++
           Version: 2.4.0
          Platform: PC
               URL: http://www.mozilla.org
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Validating Parser (Schema) (Xerces 1.5 or up only)
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: kus@sawag.com


Under M$ VC++ 6.0

The Information can be delivered to the user by modifying the resource String 
table ID 16430 like this: 
Datatype error: Type:{0}, Attribute: {2}, Message:{1}. 

and upgrading: 

emitError (XMLValid::DatatypeError, idve.getType(), idve.getMessage(),attDef-
>getFullName()); 
in SchemaValidator::validateAttrValue.

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