'''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; ranksep=.6; nodesep=.7; node [fontname=Arial, fontsize=8]; edge [fontname=Arial, fontsize=6]; class_of_class_of_individual [shape="box", width=2]; class_of_individual [shape="box", width=2]; possible_individual [shape="box", width=2]; some_stuff_categorization [shape="none"]; special_stuff [shape="none"]; "#stuff123" [shape="none"]; class_of_class_of_individual -> some_stuff_categorization [label="instance"]; class_of_individual -> special_stuff [label="instance"]; possible_individual -> "#stuff123" [label="instance"]; some_stuff_categorization -> special_stuff [label="member"]; special_stuff -> "#stuff123" [label="member"]; } }}}