Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am using XML::Parser with tree style. however
<tag1> <tag2 attr1 = "attrval" attr2 = "attrval"> </tag2> </tag1>
causes entries with "0" followed by "\n" because endtags are in the next line, along with other regular entries. like "tag" and \@array or "0" "text" or \%hash. Is there any way (option to XML::Parser) to avoid entries with "0" "\n"?
Thanks
Saumil
Edited by mirod:added tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Parser and white spaces
by mirod (Canon) on Aug 01, 2002 at 23:43 UTC | |
|
Re: XML::Parser and white spaces
by Anonymous Monk on Aug 02, 2002 at 06:43 UTC |