that still doesnt get rid of any namespaces, it produces the same output
as the code i used i think. Anyone know how to get rid of the namespaces?
Colin Paul Adams wrote:
>>>>>>"Martin" == Martin Kavalar <[EMAIL PROTECTED]> writes:
>>>>>>
>
> Martin> I was wondering why there is no XHTML serializer in
> Martin> c2. When defining my own i use the XML serializer and set
> Martin> the content type to text/html. Unfortunatly i then get all
> Martin> the namespaces from previous documents in my xhtml which
> Martin> keeps it from validating as XHTML 1.0. Can anyone help?
> Martin> thanks martin
>
>here's what I use:
>
> <map:serializer name="xhtml" mime-type="text/html"
> src="org.apache.cocoon.serialization.XMLSerializer">
> <doctype-public>-//W3C//DTD XHTML 1.1//EN</doctype-public>
> <doctype-system>http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</doctype-system>
> <encoding>UTF-8</encoding>
> <omit-xml-declaration>no</omit-xml-declaration>
> </map:serializer>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>