http://www.perlmonks.org?node_id=583859


in reply to Generate XML code from a xschema

If you just want to generate some dummy xml from a schema, you could use OxygenXML's editor to do this. This is totally non-Perl, but if it's a one-off it may be quicker/easier than writing yourself some code. OxygenXML is relatively cross-platform, has a trial license available, but requires working Java, which may or may not be an issue.

Apologies if I've misunderstood your question.