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

In this simple example vertices are created from each element in the document.
XML Source

<aaa>
     <bbb/>
     <ccc/>
     <ddd/>
</aaa>
Graphotron Source

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

Graph screenshot