Mana has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance__DATA__ <opt> <item id="table 1"> <pool>1</pool> <description>Lux</description> </item> </opt> I want to add new elements what you can see below (table 2) __DATA__ <opt> <item id="table 1"> <pool>1</pool> <description>Lux</description> </item> <item id="table 2"> <pool>1</pool> <description>Lux</description> </item> </opt>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to add element using XML::LibXML
by Prior Nacre V (Hermit) on Oct 11, 2004 at 09:16 UTC |