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 19:50:48 UTC

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

Author: andreas
Date: Tue Apr 28 17:50:48 2009
New Revision: 769479

URL: http://svn.apache.org/viewvc?rev=769479&view=rev
Log:
[minor change] simplify namespace prefixes

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=769479&r1=769478&r2=769479&view=diff
==============================================================================
--- lenya/docu/modules/forrest/resources/editing/inserts.xml (original)
+++ lenya/docu/modules/forrest/resources/editing/inserts.xml Tue Apr 28 17:50:48 2009
@@ -1,18 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<contentBlocks
-  xmlns="http://www.firedocs.org/contentblocks/1.0"
+<cb:contentBlocks
+  xmlns="http://apache.org/forrest/document/v20"
   xmlns:cb="http://www.firedocs.org/contentblocks/1.0"
   xmlns:xhtml="http://www.w3.org/1999/xhtml"
-  xmlns:forrest="http://apache.org/forrest/document/v20"
   >
   
-  <contentBlock title="Section" context="//forrest:body">
-    <forrest:section>
-      <forrest:title>Section Title</forrest:title>
-      <forrest:p>Paragraph</forrest:p>
-    </forrest:section>
-  </contentBlock>    
+  <cb:contentBlock title="Section" context="//forrest:body">
+    <section>
+      <title>Section Title</title>
+      <p>Paragraph</p>
+    </section>
+  </cb:contentBlock>    
   
-</contentBlocks>
+</cb:contentBlocks>
 



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