Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread Barry McMullin
On Thu, 19 Sep 2002 [EMAIL PROTECTED] wrote: > well, thank you, I basically know this, but to come back to the point: > > I DO NOT want to learn how to make correct XHTML, what I want is, that > Cocoon renders correct HTML. > > *that* is the point! > > any suggestions? Sorry, I missed your in

Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread alasan
> Once upon the time Cocoon ignored ;-) > yes. I have the statement: already in my document since the beginning. it is ignored completly. however: in my opinion, this should not matter, as this should be the task of the serializer: and I did select the html serializer not the xht

Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread Joerg Heinicke
Once upon the time Cocoon ignored ;-) Regards, Joerg Emmanuil Batsis (Manos) wrote: > [EMAIL PROTECTED] wrote: > >> I DO NOT want to learn how to make correct XHTML, what I want is, that >> Cocoon renders correct HTML. >> >> *that* is the point! >> >> any suggestions? > > > > Hmmm. Well,

Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread Emmanuil Batsis (Manos)
[EMAIL PROTECTED] wrote: > I DO NOT want to learn how to make correct XHTML, what I want is, that > Cocoon renders correct HTML. > > *that* is the point! > > any suggestions? Hmmm. Well, whatever you are doing produces XML. If you are using XSLT, try changing the output method to html: Ma

Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread alasan
> > Probably because what you have there is not XHTML. You don't have a > DOCTYPE declaration. For more information about how Mozilla chooses > between the XHTML and HTML display modes (using MIME, DOCTYPE and file > extentions), see [1]. > > Your markup, is not XHTML; a namespace alone is no

Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread Emmanuil Batsis (Manos)
Probably because what you have there is not XHTML. You don't have a DOCTYPE declaration. For more information about how Mozilla chooses between the XHTML and HTML display modes (using MIME, DOCTYPE and file extentions), see [1]. Your markup, is not XHTML; a namespace alone is not enough. AFAI

Re: XHTML Serilization instead of HTML S.

2002-09-19 Thread Alexander Schatten
Greg Jones wrote: > How are you creating your HTML. This looks like the issue might be in > your .XSL file that is creating the tag. The two tags > XHTML and HTML should work the same. > how could this be an issue of the XSL file??? the xsl file has to be XML well-formed, hence you have to

RE: XHTML Serilization instead of HTML S.

2002-09-18 Thread Greg Jones
PROTECTED] Subject: Re: XHTML Serilization instead of HTML S. Alexander Schatten wrote: > Vadim Gritsenko wrote: > >> Alexander Schatten wrote: >> >>> I use Cocoon 2 to produce HTML. I use the HMTL serializer, but have >>> to detect, that the output is *not* HTM

Re: XHTML Serilization instead of HTML S.

2002-09-18 Thread Vadim Gritsenko
Alexander Schatten wrote: > Vadim Gritsenko wrote: > >> Alexander Schatten wrote: >> >>> I use Cocoon 2 to produce HTML. I use the HMTL serializer, but have >>> to detect, that the output is *not* HTML as expected, but XHTML, >>> which makes several problems, e.g. with Mozilla. >> >> >> >> I us

Re: XHTML Serilization instead of HTML S.

2002-09-18 Thread Alexander Schatten
Vadim Gritsenko wrote: > Alexander Schatten wrote: > >> I use Cocoon 2 to produce HTML. I use the HMTL serializer, but have to >> detect, that the output is *not* HTML as expected, but XHTML, which >> makes several problems, e.g. with Mozilla. > > > > I use HTML serializer and it outputs HTM

Re: XHTML Serilization instead of HTML S.

2002-09-17 Thread Vadim Gritsenko
Alexander Schatten wrote: > I use Cocoon 2 to produce HTML. I use the HMTL serializer, but have to > detect, that the output is *not* HTML as expected, but XHTML, which > makes several problems, e.g. with Mozilla. I use HTML serializer and it outputs HTML. This can be confirmed by W3C valida