Create XML Files
Conversion from GraphML
Download Python script to convert from graphML to our FNV's XML format here.
This script works with files that have a .graphml extension only. To run the python script make sure you have Python 2.7 or higher installed on your machine. Next double click the convertFromGraphML.py file to run. You will be prompted to enter a file name. Enter a valid GraphML input file and press enter if successful you will have a file named networkConverted.xml stored in the same directory as the convertFromGraphML.py file. If no file is displayed after running make sure you are entering a valid file name and try again. (A common mistake is to forget the extension.)

Create A Simple Network XML File

General Network Settings:
       Background color:               Node/edge selection color:
       Enable fading on node mouseover? yes no        Enable description box? yesno
       Layout mode:

Add Nodes:
ID #
1    Name: Color: Url: Shape:
       Text color: Font size:
       X-Position: Y-Position:

       Description (HTML tags can be used):
       


Add Edges:
ID #
1    Edge Name: Source Id#: Target Id#: Line Type:
       Thickness: Line Color: Url:
       Description (HTML tags can be used):
       




Generated Network: