in reply to Re: Re: Re: XML::Simple and <tag&gt </tag>
in thread XML::Simple and <tag&gt </tag>

s/idented/indented/ Consider XML like this:
<document id=23> <title>Title</title> <subhead>Subhead</subhead> </document>
In the above, if we preserve whitespace, we'd get something like the following:
%xml = ( document => { id => 23, title => 'Title', subhead => 'Subhead', content => "\n \n \n", } )
Because the 'document' element's 'untagged' content is the whitespace around the other tags.
"Get real! This is a discussion group, not a helpdesk. You post something, we discuss its implications. If the discussion happens to answer a question you've asked, that's incidental." -- nobull@mail.com in clpm