analýza/princip.dot
author František Kučera <franta-hg@frantovo.cz>
Sat Apr 02 19:20:45 2011 +0200 (2011-04-02)
changeset 1 a05c6f3cbc3e
child 6 801a8935caf7
permissions -rw-r--r--
základ, první verze
     1 digraph princip {
     2     rankdir=LR
     3 
     4     gen		[label="Generátor" shape="box" labelURL="xxxxxxxx"]
     5     xml		[label="Texty v XML"]
     6     xhtml	[label="XHTML web"]
     7     xslt	[label="XSLT šablona"]
     8 
     9     xml -> gen -> xhtml;
    10     xslt -> gen;
    11 }