I wonder wether it is possible to generate a XML file based on one or several xsd file(s) AND data. For example, I have some data who looks like this:
name;value
bmw;5
audi;100
nokia;N95
The XSD file may looks like this:
I wonder wether it is possible to generate a XML file based on one or several xsd file(s) AND data. For example, I have some data who looks like this:
name;value
bmw;5
audi;100
nokia;N95
The XSD file may looks like this:
Replies
Know the answer? Post it — somebody with the same question will find it here.