You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/03 14:43:36 UTC

svn commit: rev 51832 - forrest/trunk/src/documentation/content/xdocs

Author: crossley
Date: Sun Oct  3 05:43:35 2004
New Revision: 51832

Modified:
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
Use xhtml serializer for the docbook demo.


Modified: forrest/trunk/src/documentation/content/xdocs/faq.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/faq.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/faq.xml	Sun Oct  3 05:43:35 2004
@@ -607,7 +607,7 @@
     <map:generate src="{project:content.xdocs}resolver-{1}.xml"/>
     <map:transform
       src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/>
-    <map:serialize type="xml"/>
+    <map:serialize type="xhtml"/>
    </map:match>
   </map:pipeline>
  </map:pipelines>