'''Testing dynamic fetching of reference data:''' {{{ [[MacroChain(Xslt(SandBox:dotTest.xslt, SandBox:miniRDL.xml), graphviz.dot/png)]] [[Xslt(SandBox:dotTest.xslt, SandBox:miniRDL.xml)]] [[Xslt(SandBox:dotTest.xslt, http://rds.posccaesar.org/2008/02/XML/RDL/RDS327239)]] }}} [[BR]]but thanks to [http://trac-hacks.org/wiki/TracWysiwygPlugin TracWysiwygPlugin] we can enter '''bold''' and ''italics'' using shortcut keys, which is ok. {{{ #!graphviz.neato digraph G { overlap=false; node [fontname=Arial, fontsize=8, color=grey80, fillcolor=grey95, fontcolor=red3, style=filled, width=.5]; edge [arrowhead="none", color=grey50 ]; a[label="PCA", fillcolor=grey90, fontcolor=black] RDS [label="Reference\nData\nServices", URL="", tooltip="RDS"]; Projects [label="Projects", URL="", tooltip="PCA Projects"]; SIG [label="Special\nInterest\nGroups", URL="", tooltip="SIG"]; a -> RDS ; a -> Projects ; a -> SIG; } }}} = Map = {{{ #!graphviz.dot digraph G { overlap=false; nodesep=0.3; node [fontname=Arial, fontsize=14]; edge [fontname=Arial, fontsize=8]; John [style=filled, fillcolor=red]; Will [style=filled, fillcolor=red]; Ann [style=filled, fillcolor=green]; red_wine [style=filled, fillcolor=lightblue]; white_wine [style=filled, fillcolor=brown]; meat [style=filled, fillcolor=yellow]; fish [style=filled, fillcolor=yellow]; sweets [style=filled, fillcolor=pink]; fruit [style=filled, fillcolor=pink]; John -> meat [label="eats"]; John -> fruit [label="eats"]; John -> sweets [label="eats"]; John -> white_wine [label="drinks"]; Ann -> white_wine [label="drinks"]; Will -> red_wine [label="drinks"]; Ann -> fish [label="eats"]; Ann -> sweets [label="eats"]; Will -> fruit [label="eats"]; Will -> fish [label="eats"]; Will -> Ann [label="likes"]; John -> Ann [label="likes"]; Will -> John [label="hates"]; John -> Will [label="hates"]; red_wine -> meat [label="drink_to"]; white_wine -> fish [label="drink_to"]; white_wine -> fruit [label="drink_to"]; } }}}