ZVON > Graphotron > Graphotron Tutorial
>> Page 8 << | Prev | Next | Contents

So far, daVinci has been used as the visualisation tool. But the graphotron code was generic and so in this example the same graphotron source is displayed using three different programs.
XML Source

<aaa>
     <bbb/>
     <ccc>
          <ddd/>
          <eee/>
     </ccc>
     <xxx>
          <yyy>
               <zzz/>
               <zzz/>
               <zzz/>
          </yyy>
     </xxx>
</aaa>
Graphotron Source

<graphotron xmlns="http://zvon.org/graphotron" >
     <vertex match="//*">
          <name select="name()"/>
     </vertex>
     <edge match="//*" select="*"/>
</graphotron>

Graph screenshot

Graph screenshot

Graph screenshot