Adding Several Nodes

From Apache OpenOffice Wiki
< Documentation‎ | DevGuide
Revision as of 12:37, 15 February 2008 by Ccornell (Talk | contribs)

Jump to: navigation, search



As one might have imagined, adding several nodes is similar to adding various leaves. The definitions are just written one after the other:

 <node oor:name="Nodes">
    <node oor:name="org.openoffice.framework.desktop.test.deployment.options.nodes2.node 3"
oor:op="fuse">
      <!-- leaving out all properties and leaves for the sake of brevity -->
    </node>
    <node oor:name="oorg.openoffice.framework.desktop.test.deployment.options.nodes2.node 1"
oor:op="fuse">
      <!-- leaving out all properties and leaves for the sake of brevity -->
    </node>
    <node oor:name="org.openoffice.framework.desktop.test.deployment.options.nodes2.node 2"
oor:op="fuse">
      <!-- leaving out all properties and leaves for the sake of brevity -->
    </node>
  </node>
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools