| XMLObject is a project in two parts. The XMLObject module is used at run-time to parse XML files. The XMLObjApp application gives you the programmer an easy and convenient way to create parsers for the XML files you will need to parse. This may sound a bit confusing, but keep reading. It will all make sense. The important thing to note at this point is that you will need both the module and the application while writing your code, but once your coding is complete, you will only need the XMLObject module. If you are creating a distribution, only the XMLObject module need be included, not the XMLObjApp application. XMLObject may be installed from source or, for Windows users, with a binary installer.
XMLObjApp may be installed from source or, for Windows users, with a binary installer.
|