root/analýza/princip.dot @ 1:a05c6f3cbc3e

Revision 1:a05c6f3cbc3e, 235 bytes (checked in by František Kučera <franta-hg@…>, 13 years ago)

základ, první verze

RevLine 
[1]1digraph 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}
Note: See TracBrowser for help on using the browser.