Hi!
The problem is: expat parser produces no reports on the score of situation
when the document contains <img .../> <body .../> etc. tags where there is
no data and end tag. So, the workaround was to add a new function to
expat, which is called by the PHP parser every time for empty entries when
the end tag
handler function launches (BEFORE THE END TAG HANDLER!!!!!!). This avoids
the situation of <img></img> in resulting HTML.

I've uploaded patches for current PHP(CVS) and expat(CVS) versions to
<a href=http://www.legko.ru/Soft target=Soft>http://www.legko.ru/Soft</a>


Have a nice day!





-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to