= Sandbox Two = Hi Guys! This is a test! Oh, forgot to add this important line. But this final line expains it all. New line. == My ontology == {{{ #!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"]; } }}} {{{ #!graphviz.dot digraph G { overlap=false; rankdir=LR; ranksep=2; node [fontname=Arial, shape=box]; edge [fontname=Arial, fontsize=8]; B[label="\nCLASS"]; A[label="\nCLASS"]; Rel[label="\nSPECIALIZATION"]; Rel -> B[label="hasSuperclass"]; Rel -> A[label="hasSubclass"]; {rank = same; A; B;} } }}} '''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.