in reply to Re: XML::Parser breaks on
in thread XML::Parser breaks on
Since the parser is actually allowed to break anywhere you could lose intra-word spaces or newlines (if they're signicficant).$val{$el}.=$txt if $txt =~ /\S/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: XML::Parser breaks on
by blakem (Monsignor) on Aug 17, 2001 at 02:10 UTC |