Subject: | Bug report HTML-TagReader |
Date: | Sun, 14 Oct 2007 21:14:37 +0200 |
To: | bug-HTML-Tagreader [...] rt.cpan.org, guido [...] tuxgraphics.org |
From: | "Nicolas Hernandez" <nicolas.hernandez [...] gmail.com> |
Hi,
I use HTML-TagReader. It seems it's the only one which is "taugth
"enough to handle SGML-live documents.
Just to inform you that :
HTML::TagReader (1.10) perl module
does not recognize '<![CDATA[ ... ]]>' as a tag when it includes tags....
For instance in : '<![CDATA[ <myTag> ]]>'.
It results that '<![CDATA[ <myTag>' is recognized as a tag and ']]>'
separately as a text content...
I do not know which would be the correct way to handle it. I
post-process the HTML::TagReader output by considering <![CDATA[ ,
<myTag> and ]]> as tags.
Thank you for making available your works
best
/Nicolas Hernandez