What is C2XML?c2xml is a tool that generates a XML representation of pre-processed ANSI C source code. What does it mean? Better give an example. Example
What is it useful for?Isn't original C code more compact and readable? Why need to translate it to XML? The answer is Yes, for humans. But XML has become a standard for information exchanging, and among other features it can be easily parsed using XSLT templates to get important information from the code, or to transform it to any other format including text, html or other XML-based format. C2XML could be used to
Do all those features come with C2XML? Absolutely not. They all can be done using C2XML combined with other software, scripting or templates, but C2XML itself only translates to XML. Also note that the source file must be pre-processed. You can use any open source pre-processor to do that (e.g. GNU C) It would be great to have in the future a collection of applications based on C2XML in a shared repository! |
|||||
go to project summary: http://sourceforge.net/projects/c2xml/ |
|||||
This project is maintained by Jordi Aubert (administrator) and David Tuset (developer). Both from FICOSA International. contact: jaubert@ficosa.com |
|||||
|