analýza/princip.dot
author František Kučera <franta-hg@frantovo.cz>
Sat, 02 Apr 2011 19:20:45 +0200
changeset 1 a05c6f3cbc3e
child 6 801a8935caf7
permissions -rw-r--r--
základ, první verze

digraph princip {
    rankdir=LR

    gen		[label="Generátor" shape="box" labelURL="xxxxxxxx"]
    xml		[label="Texty v XML"]
    xhtml	[label="XHTML web"]
    xslt	[label="XSLT šablona"]

    xml -> gen -> xhtml;
    xslt -> gen;
}