But how with the case when I need xml like tag for some reason, but which in
fact is NOT an xml/html tag, and generally the output doc is not xml/html
document. but I just need this constructtion <...> or any of these
symbols???
Or you mean that XSL is only capable of generating another (and the only)
XML like document?

"Michael Sweeney" <[EMAIL PROTECTED]> wrote in message
1026172583.11378.87.camel@catalyst">news:1026172583.11378.87.camel@catalyst...
> 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