root/analýza/princip.dot
@
5:0a7c6c9357d3
Revision 1:a05c6f3cbc3e, 235 bytes (checked in by František Kučera <franta-hg@…>, 14 years ago) |
---|
Line | |
---|---|
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 | } |
Note: See TracBrowser
for help on using the browser.