piyush.shourie has asked for the wisdom of the Perl Monks concerning the following question:
I need to write a script wherein I take an XML template file and hash of values for that template as input parameters, and return the XML file (XML template populated with values).
This is a generic requirement, and I am not sure how to handle such requirement. Please suggest whether I need to do extensive pattern matching to populate the template, or is there any Perl Module available that may help me out.
Thanks in advance,
Piyush
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Generating XML from a template
by jZed (Prior) on Dec 14, 2004 at 04:52 UTC | |
Re: Generating XML from a template
by qq (Hermit) on Dec 14, 2004 at 10:03 UTC | |
Re: Generating XML from a template
by edan (Curate) on Dec 14, 2004 at 07:32 UTC | |
by piyush.shourie (Beadle) on Dec 23, 2004 at 10:39 UTC | |
by edan (Curate) on Dec 23, 2004 at 10:58 UTC | |
Re: Generating XML from a template
by csuhockey3 (Curate) on Dec 14, 2004 at 06:14 UTC | |
Re: Generating XML from a template
by davorg (Chancellor) on Dec 23, 2004 at 11:04 UTC |