in reply to Re: How to generate XML file from XSDs ?
in thread How to generate XML file from XSDs ?

But the module XML::Validator::Schema is for validating XML against schema and not for generating XML using XSDs.

However, I found an interesting link from that page which generates XML ( but not using XSDs or schemas )
XML::Generator
  • Comment on Re^2: How to generate XML file from XSDs ?

Replies are listed 'Best First'.
Re^3: How to generate XML file from XSDs ?
by nils10 (Initiate) on Dec 02, 2008 at 07:24 UTC
    Hi, I was having the same question as you.

    After some searching I found XML::Compile, more specifically XML::Compile::Translate::Writer, which might do the right thing.

    Since I don't have my coding env. available right now, I am not able to test it. But you may give it a try.

    --Nils