which techno for my application ?

wxdqz

New Member
Hi,

I am an absolute beginner in xml. :rolleyes:

I work with a application which allow visual development. In this application, we can export the projects in xml format.

The tool that I want to build performs automatic audit of the code.
So I need to explore the xml file generated for one project and generate a report in any format (excel, html ....).

In my xml file, there are many independant objects (pieces of treatments)
I will also provide to my tool the list of ordered object (the order in which my objects are being scheduled)

Summary :
Input : - a list of ordered objects (in any format)
- the xml file containing all the objects

Process : exploration of the xml, check of rules

Output : Report in any format

What kind of techno should I use to build this tool ?
Your inputs on this are hotly welcome :p

Benouche
 
Back
Top