Saving UI design in XML format

372 Views Asked by At

We are developing an IDE (based on Eclipse GMF) to design user interfaces. Those Designs will be then saved in XML format.

Is there any opensource tool available to do the same thing?

2

There are 2 best solutions below

0
On

Although still incubation, I think XWT could fill your needs. See Eclipse wiki http://wiki.eclipse.org/images/a/ab/XWT.pdf

0
On

GMF uses EMF and EMF can save in XML format. By default it saves in XMI, but you can coerce it into XML.