Hello, I'm having troubles to load a UML diagram XML-file generated by Autodia into Dia... the file can't be read. Does someone have any idea, what I could be doing wrong?
this is the XML file: <?xml version="1.0"?> <diagram xmlns:dia="http://www.lysator.liu.se/~alla/dia/"> <diagramdata> <attribute name="background"> <color val="#ffffff"/> </attribute> <attribute name="paper"> <composite type="paper"> <attribute name="name"> <string>#A4#</string> </attribute> <attribute name="tmargin"> <real val="2.82"/> </attribute> <attribute name="bmargin"> <real val="2.82"/> </attribute> <attribute name="lmargin"> <real val="2.82"/> </attribute> <attribute name="rmargin"> <real val="2.82"/> </attribute> <attribute name="is_portrait"> <boolean val="true"/> </attribute> <attribute name="scaling"> <real val="1"/> </attribute> <attribute name="fitto"> <boolean val="false"/> </attribute> </composite> </attribute> <attribute name="grid"> <composite type="grid"> <attribute name="width_x"> <real val="1"/> </attribute> <attribute name="width_y"> <real val="1"/> </attribute> <attribute name="visible_x"> <int val="1"/> </attribute> <attribute name="visible_y"> <int val="1"/> </attribute> </composite> </attribute> <attribute name="guides"> <composite type="guides"> <attribute name="hguides"/> <attribute name="vguides"/> </composite> </attribute> </diagramdata> <layer name="Background" visible="true"> </layer> </diagram> Regards, Phil. _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.lysator.liu.se/~alla/dia/faq.html Main page at http://www.lysator.liu.se/~alla/dia
