I have an application that takes XML files as its input. The thing is, in order to test that application, I need to generate thousands of those XML files, with random data.
The application accepts several different XML files (different DTDs), so hard-coding is not possible...
Before I start coding (a templating thing that outputs XML filled with random data, from a DTD), I would like to know if something like that has been written already... A cursory look at CPAN didn't return anything ...
Appreciate any ideas/suggestions...