How to fill an XML file with random data?

aarauz1

New Member
I have an auto-generated XML file which I have to fill with values from an oracle database or with a randomly-generated sequence.For example:\[code\]<ns1:message> <ns1:messageId> </ns1:messageId> <ns1:languageCode> </ns1:languageCode></ns1:message>\[/code\]\[code\]<messageId>\[/code\] should be filled a randomly sequence.\[code\]<ns1:languageCode>\[/code\] should be filled with a value from the database.How can I accomplish this?
 
Back
Top