I have a question concerning the sitemap used in Cocoon 2. On Cocoon's web
pages there is an example saying the following:

       <map:serializers default="html">
        <map:serializer type="html" mime-type="text/html"
          src="class:///org.apache.cocoon.serializer.HTMLSerializer">
         <doctype-public value="-//W3C//DTD HTML 4.0 Transitional//EN"/>
         <doctype-system value="http://www.w3.org/TR/REC-html40/loose.dtd"/>
         <preserve-space value="true"/>
         <encoding value="UTF-8"/>
         <indent value="1"/>
         <line-width value="120"/>
        </map:serializer>

I guess the <preserve-space value="true"/> tag is supposed to say if
spaces should be kept (when set true) or not (when set false).

I have tried this in my sitemap, but that tag does not change the output
file in any way. Can somebody tell me why? (I do not want any spaces
or line breaks in the output)


Thank you in advance!

Regards,

Hege Hansbakk




---------------------------------------------------------------------
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]>

Reply via email to