You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/08/08 16:10:32 UTC

DO NOT REPLY [Bug 22248] New: - Wrong usage of XMLPlatformUtils::Initialize() in Samples

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22248

Wrong usage of XMLPlatformUtils::Initialize() in Samples

           Summary: Wrong usage of XMLPlatformUtils::Initialize() in Samples
           Product: XalanC
           Version: 1.6
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: dmitryh@ca.ibm.com


According the Xerces docs, supposed to be:
		try
		{
			 XMLPlatformUtils::Initialize();
		}

		catch (const XMLException& toCatch)
		{
			...
		}