in reply to Re^2: Keeping XML structure with XML::Simple
in thread Keeping XML structure with XML::Simple
Just want to point out that the <timeout> element did not get fold up into attributes in your example is because there are more than one of them, by default if there is only one <timeout>, it will be folded up into an attribute.