pavanmach has asked for the wisdom of the Perl Monks concerning the following question:
my $xml_obj = XML::Simple::Tree->new(file => 'directory.xml', node_key => 'dir', target_key => 'name'); I have been studying the documentation for XML::Simple::Tree. But i am + bit confused about node_key and target_key in the above code. Can an +ybody please tell me what node_key and target_key actually mean ? And + what are values supplied to them ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML simple tree
by ikegami (Patriarch) on Jan 22, 2010 at 08:19 UTC | |
|
Re: XML simple tree
by Corion (Patriarch) on Jan 22, 2010 at 08:22 UTC | |
|
Re: XML simple tree
by Jenda (Abbot) on Jan 22, 2010 at 14:32 UTC |