Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv16445

Modified Files:
        DocumentationRenderer.java 
Log Message:
decorate, while xslt is not doing that.


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework


Index: DocumentationRenderer.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/DocumentationRenderer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- DocumentationRenderer.java  14 Jan 2009 09:10:18 -0000      1.3
+++ DocumentationRenderer.java  16 Jan 2009 21:17:58 -0000      1.4
@@ -29,7 +29,7 @@
  * render the documenation from the xml's in a/the jar.
  *
  * @author Michiel Meeuwissen
- * @version $Id: DocumentationRenderer.java,v 1.3 2009/01/14 09:10:18 michiel 
Exp $
+ * @version $Id: DocumentationRenderer.java,v 1.4 2009/01/16 21:17:58 michiel 
Exp $
  * @since MMBase-1.9.1
 
  */
@@ -78,6 +78,7 @@
                         }
                     };
                 connection.setXslt("xslt/docbook2block.xslt");
+                connection.setDecorate(true);
                 wrapped = connection;
             } catch (Exception e) {
                 log.error(e.getMessage(), e);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to