On 27 Jan 2005, at 12:26, beyaRecords wrote:

done and works a treat. many thanks.

Ok,
I have implemented the following:

<map:serializer logger="sitemap.serializer.xhtml" mime-type="text/html" name="myxml" pool-grow="2" pool-max="64" pool-min="10" src="test.myXMLSerializer">
<doctype-public>-//W3C//DTD XHTML 1.0 Transitional//EN</doctype-public>

<doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</doctype-system>
<encoding>ISO-8859-1</encoding>
</map:serializer>



<!-- ========================================= -->
<!-- Holding page -->
<!-- ========================================= -->
<map:match pattern="holding.xml">
<map:generate type="jx" src="jx/holding.jx"/>
<map:transform type="xsltc" src="style/holding.xsl"/>
<map:transform type="cinclude"/>
<map:serialize type="myxml"/>
</map:match>

And still when I view source in the browser I see:

xmlns:cinclude="http://apache.org/cocoon/include/1.0"

what am I doing wrong here?

regards

Uzo

Reply via email to