[ http://nagoya.apache.org/jira/browse/XERCESC-521?page=history ]
Alberto Massari updated XERCESC-521:
------------------------------------
Priority: Major
> start/endInputSource callback methods are not called
> ----------------------------------------------------
>
> Key: XERCESC-521
> URL: http://nagoya.apache.org/jira/browse/XERCESC-521
> Project: Xerces-C++
> Type: Bug
> Components: Validating Parser (Schema) (Xerces 1.5 or up only)
> Versions: Nightly build (please specify the date)
> Environment: Operating System: Windows NT/2K
> Platform: PC
> Reporter: Peter A. Volchek
> Assignee: Xerces-C Developers Mailing List
>
> startInputSource() and endInputSource() methods are not called when parsing the
> external XMLschemas
> For example:
> File: validators\schema\TraverseSchema.cpp
> Line: 484
> // ------------------------------------------------------------------
> // Resolve schema location
> // ------------------------------------------------------------------
> InputSource* srcToFill = resolveSchemaLocation(schemaLocation);
> ...
> Line: 516
> fParser->parse(*srcToFill);
> There should be a callback to user that we are parsing the InputSource:
> fEntityHandler->startInputSource(*srcUsed);
> fParser->parse(*srcToFill);
> fEntityHandler->endInputSource(*srcUsed);
> There are many places in the code, that should be modified like this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]