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=9154>.
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=9154

Requesting Xerces Version Macro

           Summary: Requesting Xerces Version Macro
           Product: Xerces-C++
           Version: 1.7.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Miscellaneous
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be really convenient to have a version macro in xercesdefs.hpp that 
indicated version number. Perhaps something like:

#define _XERCES_VERSION 1700

So that application developers using Xerces could work with a variety of Xerces 
versions and API's by doing things like:

#if _XERCES_VERSION > 1700
   invokeNewMethods();
#else
   invokeOldMethods();
#endif // _XERCES_VERSION > 1700

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to