A document has been updated:
http://cocoon.zones.apache.org/daisy/legacydocs/710.html
Document ID: 710
Branch: main
Language: default
Name: Cocoon Sitemap Serializer FAQs (unchanged)
Document Type: Document (unchanged)
Updated on: 9/22/05 1:28:50 PM
Updated by: Helma van der Linden
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 3676 bytes (previous version: 3606 bytes)
Content diff:
(11 equal lines skipped)
serializer may have additional configuration information specified in child
elements.</p>
--- <p>For more conceptual information about serializers see the sitemap. For
--- detailed descriptions about all of the available Cocoon serializers, see the
--- user's guide document Serializers in Cocoon. You may also wish to consult
the
+++ <p>For more conceptual information about serializers see
+++ <a href="daisy:580">the sitemap</a>. For detailed descriptions about all of
the
+++ available Cocoon serializers, see the user's guide document
+++ <a href="daisy:556">Serializers in Cocoon</a>. You may also wish to consult
the
Cocoon API documentation.</p>
<h2>What is the easiest way to generate XHTML output?</h2>
(12 equal lines skipped)
<doctype-public>-//W3C//DTD XHTML 1.0
Strict//EN</doctype-public>
<doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</doctype-system>
<encoding>UTF-8</encoding>
--- </map:serializer>
+++ </map:serializer>
</pre>
<p>Then, in any pipeline, simply use the serializer as follows.</p>
--- <pre><map:serialize type="xhtml" /></pre>
+++ <pre><map:serialize type="xhtml" />
+++ </pre>
<h2>How can I remove the DTD declaration at the top of my HTML pages created
from pipelines with the default (HTML) serializer?</h2>
(8 equal lines skipped)
<encoding>ISO-8859-1</encoding>
<omit-xml-declaration>true</omit-xml-declaration>
</map:serializer>
---
+++
<!-- other serializers -->
---
+++
</map:serializers>
</pre>
--- <p>Consider using the XMLSerializer in your pipeline. The XMLSerializer
will not
--- write a DocType Declaration.</p>
+++ <p class="note">Consider using the XMLSerializer in your pipeline. The
+++ XMLSerializer will not write a DocType Declaration.</p>
<h2>How can I remove namespaces from my xml files?</h2>
(21 equal lines skipped)
Fields
======
no changes
Links
=====
no changes
Custom Fields
=============
no changes
Collections
===========
no changes