in reply to How to generate XML file from XSDs ?

See Sam TREGAR's module XML::Validator::Schema

hth,
PooLpi

'Ebry haffa hoe hab im tik a bush'. Jamaican proverb

Replies are listed 'Best First'.
Re^2: How to generate XML file from XSDs ?
by matrixmadhan (Beadle) on Nov 14, 2008 at 14:19 UTC
    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
      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