dmitry boyarintsev wrote: > Hello > > Is there any known way to parse html files with: > <script> > some script with tricky symbols , like "< >" that ruins the parsing > </script> tag? > What about using CDATA section? <script> <![CDATA[ ]]> </script> -- Warm Regards, Lee