I have 10 XML files containing several Objects.
The XML files define ACTIONS on those objects.
ACTIONS on objects=
- MODIFY values
- DELETE Object
- CREATE Object with values
I need to get the result of those 10 XML files (10 files of actions on those objects).
Any suggestion ?
- programming .NET and ADO ?
- programming PYTHON and minidom ?
- spyXML from Altova ?
- a commercial tool to load MYSQL ?
Finally we have used SAXON + XSLT2.0 (saxon called from Perl) and Perl::Twig for the parts we did not know how to program in XSLT