ZVON > Graphotron > Graphotron Reference
| >> graphotron << | daVinci | vcg | dot | tutorial | download | about |

Namespace http://zvon.org/graphotron
Element global-settings
Description The params element sets-up values for the graph as background color, default node and edge types and so on.
Children any:global-property
Parents graphotron

XML Source

<source>
     <AAA>
          <a111>
               <a-a1/>
               <a-a2/>
          </a111>
     </AAA>
     <BBB>
          <aaa/>
          <bbb/>
          <ccc/>
     </BBB>
     <CCC/>
     <DDD/>
</source>
Graphotron Source

<graphotron version="1.0" xmlns="http://zvon.org/graphotron" xmlns:dot="http://zvon.org/graphotron/dot" >
     <global-settings>
          <dot:label>A simple tree</dot:label>
     </global-settings>
     <vertex match="//*">
          <name select="name()"/>
     </vertex>
     <edge match="//*" select="*"/>
</graphotron>

Display
Graph screenshot