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

Namespace: http://zvon.org/graphotron/dot
Element: color
Description: node shape color

Graph screenshot

XML Source

<source>
     <yellow>yellow</yellow>
     <yellowgreen>yellowgreen</yellowgreen>
     <orange>orange</orange>
</source>
Graphotron Source

<graphotron xmlns:dot="http://zvon.org/graphotron/dot" xmlns="http://zvon.org/graphotron" >
     <vertex match="/*/yellow">
          <name select="."/>
          <dot:color>yellow</dot:color>
     </vertex>
     <vertex match="/*/yellowgreen">
          <name select="."/>
          <dot:color>yellowgreen</dot:color>
     </vertex>
     <vertex match="/*/orange">
          <name select="."/>
          <dot:color>orange</dot:color>
     </vertex>
</graphotron>



_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet