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


in reply to Generate XML code from a xschema

Personally, I'd use the Template Toolkit in the way that I described in this article. There's a more detailed example in the XML chapter of the Badger book.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: Generate XML code from a xschema
by bcochofel (Novice) on Nov 13, 2006 at 16:48 UTC
    Well, I gave you about all that I have... I will receive an xsd file to validate my xml output. The output will be the results from some SQL query to a MySQL DB. This will be running under Apache + mod_perl (that I have configured and it's working). For now I'm just trying to figure out where to start because I will need this and I don't know how to do it. Using DBI and CGI module it's what I'm learning for now. Thanks for the replies.