Author: michiel
Date: 2010-02-11 16:57:02 +0100 (Thu, 11 Feb 2010)
New Revision: 40966

Modified:
   
mmbase/trunk/documentation/src/docbook/informationanalysts/applications/index.xml
Log:
docu/example for   MMB-1932

Modified: 
mmbase/trunk/documentation/src/docbook/informationanalysts/applications/index.xml
===================================================================
--- 
mmbase/trunk/documentation/src/docbook/informationanalysts/applications/index.xml
   2010-02-11 15:50:25 UTC (rev 40965)
+++ 
mmbase/trunk/documentation/src/docbook/informationanalysts/applications/index.xml
   2010-02-11 15:57:02 UTC (rev 40966)
@@ -528,6 +528,21 @@
           "8495". This is another reason to not use object numbers in your
           templates.</para>
         </note>
+        <note>
+          <para>If for some reasone you <emphasis>do</emphasis> want
+          to use actual node numbers (or aliases), e.g. to add
+          relations to existing nodes which do not have a synchnodes entry, 
you can prefix the number with ':'.
+          </para>
+          <programlisting><![CDATA[
+<?xml version="1.0"?>
+<posrel exportsource="mmbase://geschiedenis.vpro.nl/portal" 
timestamp="200911251400">
+
+       <node number="1201" owner="default" snumber="700" dnumber=":23046109" 
rtype="posrel" dir="bidirectional"> <!-- faq -->
+    <pos>2</pos>
+       </node>
+  ]]>
+          </programlisting>
+        </note>
       </listitem>
     </itemizedlist>
   </section>

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

Reply via email to