Hi,
I have an XML Schema. I can create a XML doc using this schema.
What I need to do is figure out a way to populate my XML doc with random values. Is there any way to do this other than to write some process (C++ or Java) to parse the schema and generate an XML doc based on the schema.
I need to create a huge XML doc, so basically I'm wondering if there is an easier way to write my own code in (C++/Java) to do this ?
Regards,
Brian.
I have an XML Schema. I can create a XML doc using this schema.
What I need to do is figure out a way to populate my XML doc with random values. Is there any way to do this other than to write some process (C++ or Java) to parse the schema and generate an XML doc based on the schema.
I need to create a huge XML doc, so basically I'm wondering if there is an easier way to write my own code in (C++/Java) to do this ?
Regards,
Brian.