Re: XML::SAX::Writer - $self->{InCDATA}
by Robin Berjon other posts by this author
Oct 4 2002 3:50PM messages near this date
view in the new Beta List Site
XML::SAX::Writer - $self->{InCDATA}
|
Re: XML::SAX::Writer - $self->{InCDATA}
Aaron Straup Cope wrote:
> So, in an effort to try and make sure I'm not completely daft (see last
> message) I opened up XML::SAX::Writer::XML.pm and started printing to
> STDERR.
Excellent idea, I think I know where the problem comes from, and
interestingly enough the bug wouldn't be in XML::SAX::Writer, but in
XML:Filter::BufferText.
If you edit the latter to add:
sub start_cdata;
sub end_cdata;
Does the bug go away? I'm sorry but I can't test any of this here.
--
Robin Berjon <robin.berjon@[...].fr>
Research Engineer, Expway
7FC0 6F5F D864 EFB8 08CE 8E74 58E6 D5DB 4889 2488
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Aaron Straup Cope
Robin Berjon
Aaron Straup Cope
|