<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://snipsnap.org/rdf'>
    <s:Snip rdf:ID='comment-2003-09-17-8'
         s:name='comment-2003-09-17-8'
         s:cUser='pmode'
         s:oUser=''
         s:mUser='pmode'>
        <s:content>AFAIK dot is written in c or c++. So you have to call dot via Runtime.getRuntime() ({link:Dot.java|http://www.cs.auckland.ac.nz/~j-hamer/Dot.java} which isn&apos;t really a good idea e.g. because of continuous process creation. &#xA;&#xA;Dot deals well with nodes, edges and attributes (e.g. color, text, form) for nodes and edges in its syntax. So it is maybe better for graphs and trees/graphs with many edges. The syntax from funzel is more useful for trees with a small amount of attributes. Beyond that I don&apos;t know another syntax for representing graphs in texts.&#xA;&#xA;I think the approach from funzel to create the graphs with graphics 2d in java is simpler and better. Another possibility would be to use one of the available open-source graph frameworks - like GEF, openjgraph, jgraph (maybe freemind has a output facility too) - for rendering the graph.</s:content>
        <s:mTime>2003-09-19 11:13:17.648</s:mTime>
        <s:cTime>2003-09-19 11:13:05.864</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='#bruno'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
