Directed graphs from XML

Draw a directed graph from XML

$dg = Import-VisioModel c:\foo.xml
$dg | Out-VisioApplication

Last updated