Re: Problems removing meta tag from the html output in Cocoon

2003-01-01 Thread Joerg Pietschmann
On Wednesday 01 January 2003 16:43, you wrote: > I'm not a developer, but I know that there is configured a "XHTML > serializer" in the Cocoon sitemap: > > name="xhtml" pool-grow="2" pool-max="64" pool-min="2" > src="org.apache.cocoon.serialization.XMLSerializer"> > -//W3C//DTD XHTML 1.0 Strict//E

Re: Problems removing meta tag from the html output in Cocoon

2003-01-01 Thread Joerg Heinicke
As a side point, both the XML and HTML serializer are implemented as an identity XSL transformer. Now Saxon has an XHTML output method, which does not have the problems mentioned above. It would be interesting to leverage this to provide a proper XHTML serializer. I vaguely remember Xalan has a si

Re: Problems removing meta tag from the html output in Cocoon

2003-01-01 Thread Joerg Pietschmann
On Wednesday 01 January 2003 16:28, you wrote: > But why should the meta tag contain wrong information? It's serialized as instead of or , thereby making the serialized result not well formed XML. J.Pietschmann - Please check t

Re: Problems removing meta tag from the html output in Cocoon

2003-01-01 Thread Joerg Heinicke
Hello Anna, Anna Afonchenko wrote: Hi all. Happy New 2003 Year to everyone! the same for you and all the others on the list. Here is my first question this year :-) And my first answer. I have a small xsl stylesheet that takes in xml and outputs html. Since the output method is html, xsl

Re: Problems removing meta tag from the html output in Cocoon

2003-01-01 Thread Joerg Pietschmann
On Wednesday 01 January 2003 09:19, you wrote: > I have a small xsl stylesheet that takes in xml and outputs html. > Since the output method is html, xsl puts in the output the following meta > tag: > thus making the whole output file invalid xml! No surprise: if you serialize stuff as HTML, you

Problems removing meta tag from the html output in Cocoon

2003-01-01 Thread Anna Afonchenko
Hi all. Happy New 2003 Year to everyone! Here is my first question this year :-)   I have a small xsl stylesheet that takes in xml and outputs html. Since the output method is html, xsl puts in the output the following meta tag: thus making the whole output file invalid xml!   I want to re