Author: michiel
Date: 2009-05-18 22:22:43 +0200 (Mon, 18 May 2009)
New Revision: 35290

Modified:
   mmbase/trunk/applications/taglib/config/components/taglib.xml
Log:
Added a taglib reference block

Modified: mmbase/trunk/applications/taglib/config/components/taglib.xml
===================================================================
--- mmbase/trunk/applications/taglib/config/components/taglib.xml       
2009-05-18 20:21:09 UTC (rev 35289)
+++ mmbase/trunk/applications/taglib/config/components/taglib.xml       
2009-05-18 20:22:43 UTC (rev 35290)
@@ -101,4 +101,32 @@
     </body>
   </block>
 
+  <block name="taglib-reference-uncached"
+         mimetype="text/html">
+    <title xml:lang="en">Taglib - Reference (uncached)</title>
+    <title xml:lang="nl">Taglib - Reference (uncached)</title>
+    <body>
+      <class name="org.mmbase.framework.ConnectionRenderer">
+        <param 
name="url">http://scm.mmbase.org/view/*checkout*/mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml</param>
+        <param 
name="xslt">http://scm.mmbase.org/view/*checkout*/mmbase/trunk/applications/share/xslt/xml2block.xslt</param>
+        <!--
+        <param 
name="xslt">file:///home/michiel/mmbase/trunk/applications/share/xslt/xml2block.xslt</param>
+        -->
+      </class>
+    </body>
+  </block>
+  <block name="taglib-reference"
+         classification="mmbase.documentation"
+         mimetype="text/html">
+    <title xml:lang="en">Taglib - Reference</title>
+    <title xml:lang="nl">Taglib - Reference</title>
+    <xi:include href="http://www.mmbase.org/components/docbook.head.xml"; />
+    <body>
+      <class name="org.mmbase.framework.CachedRenderer">
+        <param name="wrapsBlock">taglib-reference-uncached</param>
+        <param name="includeRenderTime">xml-comments</param>
+      </class>
+    </body>
+  </block>
+
 </component>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to