I am using the html serializer to output a simple xml/xslt conversion. However, I was under the impression that in order to be guaranteed of xhtml output, I had to use the xml serializer. Whichever serializer I use, I'm getting this namespace on my <html> element:
<html xmlns:fo="http://www.w3.org/1999/XSL/Format">
Why would the transformation put that ns on there for me and how can I get rid of it? Also, is their a way to configure the serializer to automatically put an xhtml dtd at the top of my output?
I also have to comment that I find it highly amusing that Sonny is trying to run all his output together while I've spent a lot of time trying to figure out why I sometimes get a big blob of code!
What fun.
b
Sonny Sukumar wrote:
Hi guys,
I'm using the HTML serializer to output an XHTML doc at the end of a pipeline, but it puts line breaks in the doc it outputs that cause IE to display the output incorrectly.
For example, the XHTML doc that goes into the HTML serializer has the following in it:
<tr><td valign="top"><img height="30" width="30" src="spacer.gif" border="0"/></td>
but it's serialized like this:
<tr> <td valign="top"> <img height="30" width="30" src="myPic.gif" border="0"/> </td>
Note that I've set indent="no" for the HTML serializer, but that doesn't fix this problem. I really need to fix this to get it to display correctly in IE (the browser we care most about by far).
If we get the output to come without *ANY* whitespace between the tags, then that would be great. Is there any way to do this??
Thanks!
Sonny
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
