[xslt] html output



Since netscape4 sucks, it does not understand when an
empty br tag has no space, like
<br/> vs <br />

libxslt outputs and empty tag the first way...if the
output method is set to html, it outputs it as

<br>

which is fine, except that it also outputs a DOCTYPE
declartion...is there anyway to have it stop
outputting the doctype declaration...if 

doctype-public=""

is set it outputs an empty doctype tag...so there is
no way to get rid of the DOCTYPE all together with
html, which I need since this is an html tree
fragment, not the whole document.

any thoughts?

dan


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]