not closing empty tags with xhtml serializer

2005-11-28 Thread Michael Wechner
Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would be a workaround, but I want to serialize the page as xhtml and not as html

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Upayavira
Michael Wechner wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would be a workaround, but I want to serialize

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Tim Williams
On 11/28/05, Michael Wechner [EMAIL PROTECTED] wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would be a workaround, but I

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Michael Wechner
Upayavira wrote: Michael Wechner wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would be a workaround, but I want

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Upayavira
Michael Wechner wrote: Upayavira wrote: Michael Wechner wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Michael Wechner
Upayavira wrote: Michael Wechner wrote: Upayavira wrote: Michael Wechner wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Michael Wechner
Tim Williams wrote: On 11/28/05, Michael Wechner [EMAIL PROTECTED] wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Antonio Gallardo
Michael Wechner wrote: Upayavira wrote: Michael Wechner wrote: Upayavira wrote: Michael Wechner wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Michael Wechner
Antonio Gallardo wrote: BTW, This is a old good know bug. It had been around for more than a year. I wonder why this is not just switch the default serializer. what do you mean? btw, I have added the iframe tag to the list of the XHTML serializer of 2.1.X. I guess this also needs to be

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Upayavira
Michael Wechner wrote: Antonio Gallardo wrote: BTW, This is a old good know bug. It had been around for more than a year. I wonder why this is not just switch the default serializer. what do you mean? btw, I have added the iframe tag to the list of the XHTML serializer of 2.1.X.

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Antonio Gallardo
Michael Wechner wrote: Antonio Gallardo wrote: BTW, This is a old good know bug. It had been around for more than a year. I wonder why this is not just switch the default serializer. what do you mean? I mean: let's make the newer serializer the default serializer. The current