Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: XML::Simple : element vs. attribute in XMLout

by ikegami (Patriarch)
on May 26, 2010 at 14:45 UTC ( [id://841740]=note: print w/replies, xml ) Need Help??


in reply to Re^2: XML::Simple : element vs. attribute in XMLout
in thread XML::Simple : element vs. attribute in XMLout

You can always transform the tree programmatically before XMLout.

for my $elem (@{ $tree->{arr}{elem} }) { $elem->{mod}{content} = delete($elem->{mod}); }

For what it's worth, keep in mind your existing code will break if a mod element acquires an attribute. (Don't you love the fragility of XML::Simple?)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://841740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found