You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/28 20:01:07 UTC

svn commit: r769483 - /lenya/docu/modules/forrest/resources/editing/inserts.xml

Author: andreas
Date: Tue Apr 28 18:01:07 2009
New Revision: 769483

URL: http://svn.apache.org/viewvc?rev=769483&view=rev
Log:
Add forrest namespace to template (used by xpath expressions).

Modified:
    lenya/docu/modules/forrest/resources/editing/inserts.xml

Modified: lenya/docu/modules/forrest/resources/editing/inserts.xml
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/resources/editing/inserts.xml?rev=769483&r1=769482&r2=769483&view=diff
==============================================================================
--- lenya/docu/modules/forrest/resources/editing/inserts.xml (original)
+++ lenya/docu/modules/forrest/resources/editing/inserts.xml Tue Apr 28 18:01:07 2009
@@ -2,11 +2,12 @@
 
 <cb:contentBlocks
   xmlns="http://apache.org/forrest/document/v20"
+  xmlns:forrest="http://apache.org/forrest/document/v20"
   xmlns:cb="http://www.firedocs.org/contentblocks/1.0"
   xmlns:xhtml="http://www.w3.org/1999/xhtml"
   >
   
-  <cb:contentBlock title="Section" context="//forrest:body">
+  <cb:contentBlock title="Section" context="//forrest:body | //forrest:section">
     <section>
       <title>Section Title</title>
       <p>Paragraph</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org