Graficar un árbol XML

Iniciado por dooque, 14 Febrero 2013, 17:30 PM

0 Miembros y 1 Visitante están viendo este tema.

dooque

Buenas! (no se si esto se puede poner acá o no).

Quiero saber si existe alguna herramienta que lea un árbol o autómata de un XML y genere un gráfico del mismo.

Saludos.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.  -- Kernighan

alister

Back 2 business!

dooque

Es "obvio" que no leíste lo que publicaste o no leíste lo que yo pedí :P. Eso es un formato de archivo re conocido, yo pido algo (en lo posible GPL o cualquier licencia libre) que lea eso y genere una imagen o representación gráfica.

Igual me había olvidado del GraphML, voy a buscar si hay alguna tool que se coma ese formato!

saludos
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.  -- Kernighan

alister

Back 2 business!

maue75

alister : genio!!!     claro, simple, y graciosooooooooooooo!!!!!!  jajaja  ;-)

Pablo Videla

Puedes usar amchart transformas tu xml a JSON y listo. Hay librerias xml to json en php que permite eso. Saludos.