You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/10/01 14:37:23 UTC

svn commit: r700752 - /maven/doxia/site/src/site/fml/faq.fml

Author: vsiveton
Date: Wed Oct  1 05:37:22 2008
New Revision: 700752

URL: http://svn.apache.org/viewvc?rev=700752&view=rev
Log:
DOXIA-255: Allow pretty printing for XML based sinks

o added a FAQ to describe that we dont want to provide pretty printing

Modified:
    maven/doxia/site/src/site/fml/faq.fml

Modified: maven/doxia/site/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?rev=700752&r1=700751&r2=700752&view=diff
==============================================================================
--- maven/doxia/site/src/site/fml/faq.fml (original)
+++ maven/doxia/site/src/site/fml/faq.fml Wed Oct  1 05:37:22 2008
@@ -63,5 +63,15 @@
         </p>
       </answer>
     </faq>
+    <faq id="Why XML based sinks don't generate nicely formatted documents">
+      <question>Why XML based sinks don't generate nicely formatted documents?</question>
+      <answer>
+        <p>
+          We decided to keep pretty printing out of the core modules. So, XML based sinks like Xdoc or XHTML are
+          intentionally unformatted. You could always do this after the document generation or directly
+          by creating a specialized end-user sink (see <a href="http://jira.codehaus.org/browse/DOXIA-255">DOXIA-255</a>).
+        </p>
+      </answer>
+    </faq>
   </part>
 </faqs>
\ No newline at end of file