The way out is to write standards compliant markup (meaning 'good'
HTML). Read the RFCs, use a validator, Sablotron will stop complaining. 
(eg: <img src="path/to/image" /> ) <- (note method to close an image
tag)

..mike..

On Mon, 2002-07-08 at 16:52, Markas wrote:
> Sablotron seems not to like, when in my xsl file occurs "not good" html,
> like <IMG ...> (without closing tag), so how can I deal with this
> problem?!!! Checking and fixing all my HTML , which I want to use in XSL is
> not the way for me..., so I really HAVE to produce bad "not XML like" HTML,
> so I'll have to keep it in my XSL files, and Sablotron doesnt like that!!!
> 
> Is there any way OUT?!!!
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to