I am using the ADL parser library from within a C# application. I want the application to be able to report on which version of the parser is being used.
Using the following code : openehr.version.OPENEHR_VERSION adl_parser_version = openehr.version.Create.OPENEHR_VERSION.default_create(); EiffelSoftware.Library.Base.kernel.STRING_8 parserVersion = adl_parser_version.version(); This seems work and I get a version back, the version reported is : $LastChangedRevision: 203 $ $LastChangedDate: 2007-04-10 05:17:40 +1000 (Tue, 10 Apr 2007) $ As this is the parser from the latest beta release of the editor, do those values make sense? Also, is there a way of obtaining the version info from the XML parser library. regards, OP

