bangor has asked for the wisdom of the Perl Monks concerning the following question:
What I would like to achieve is a simple text representation something like:<root> <name>Ash</name> <latin_name>Fraxinus Excelsior</latin_name> <uses> <use> <description>Furniture making</description> </use> <use> <description>Firewood</description> </use> </uses> </root>
Can anyone point me to a module that could help me with this? Thanks.root name latin_name uses use description
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Determine the structure of an XML document
by kcott (Archbishop) on May 13, 2014 at 03:04 UTC | |
by bangor (Monk) on May 13, 2014 at 03:21 UTC | |
|
Re: Determine the structure of an XML document
by Anonymous Monk on May 13, 2014 at 02:46 UTC | |
by bangor (Monk) on May 13, 2014 at 02:59 UTC |