Re: XML::SAX::Writer - $self->{InCDATA}
by Aaron Straup Cope other posts by this author
Oct 4 2002 4:07PM messages near this date
view in the new Beta List Site
Re: XML::SAX::Writer - $self->{InCDATA}
|
XML::SAX::Writer::start_cdata - bug or am I just stupid?
Bingo!
103 -> /usr/local/bin/perl ./debug/cdata-test
0.44
<bart> <![CDATA[woot]]></bart>
On Fri, 4 Oct 2002, Robin Berjon wrote:
> 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
>
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Aaron Straup Cope
Robin Berjon
Aaron Straup Cope
|