<stránka
xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
<nadpis>Relational pipes</nadpis>
<perex>Official homepage of Relational pipes.</perex>
<pořadí>10</pořadí>
<text xmlns="http://www.w3.org/1999/xhtml">
<p>
The world is relational!
</p>
<m:diagram orientace="vodorovně">
compound=true;
node[shape=box];
subgraph cluster_in {
label = "Inputs:";
cli;
fstab;
}
subgraph cluster_tr {
label = "Transformations:";
grep;
sed;
}
subgraph cluster_out {
label = "Outputs:";
xml;
tabular;
gui;
}
cli -> grep [ltail=cluster_in, lhead=cluster_tr];
grep -> xml [ltail=cluster_tr, lhead=cluster_out];
// cli -> xml [ltail=cluster_in, lhead=cluster_out];
</m:diagram>
</text>
</stránka>