Thanks for your attention. here is the serializers part of my sitemap:
<map:serializer name="xhtml" src="org.apache.cocoon.serialization.XMLSerializer" mime-type="text/html" logger="sitemap.serializer.xhtml" pool-grow="2" pool-max="64" pool-min="2"> <doctype-public>-//W3C//DTD XHTML 1.0 Transitional//EN</doctype-public> <doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</doc type-system> <encoding>iso-8859-1</encoding> </map:serializer> <map:serializer name="html" src="org.apache.cocoon.serialization.HTMLSerializer" mime-type="text/html" logger="sitemap.serializer.html" pool-grow="4" pool-max="32" pool-min="4"> <!-- serializer configurations --> </map:serializer> <map:serializer name="xml" src="org.apache.cocoon.serialization.XMLSerializer" mime-type="text/xml" logger="sitemap.serializer.xml" pool-grow="4" pool-max="32" pool-min="4"> <encoding>iso-8859-1</encoding> <!-- serializer configurations --> </map:serializer> With XHTML serializez, my <html:a> and <html:style> became <a> and <style>. With XML serialization, only the <html:style> became <style>. If you've got an idea, or maybe another serializer to do this, any advice is really welcomed. François ----- Original Message ----- From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 1:52 PM Subject: Re: where 's my prefix ? When you say you really serialized to xhtml, what do you mean? Which serializer did you use to do that? Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]