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?

link|improve this question

25% accept rate
feedback

2 Answers

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.