Ask Siemens to do it?
An XML file has no standard. It is a way of define arbitrary content however you wish with a consistent parsing mechanism. The interpretation requires the application of the schema definition to each element. There are some generalized parsers that that decode the data using the defined schema and provide some level of interpretation but there is no converter that I know of that can interpret an arbitrary XML file using its defining DTD or schema and then automatically produce another document in a different format.
Dale
|