Use your great tool, of course :)
We would like to convert your screens XML to our own DSL. We are using this tool: http://www.eclipse.org/Xtext/ to construct the DSL
From that DSL we could generate any code. A real HTML with ExtJS, for instance (http://www.sencha.com/products/extjs/).
My goal is something like:
window {
panel [layout=vertical] {
panel [layout=horizontal] {
Label ...
TextField ...
}
panel [layout=horizontal] {
Button ....
}
}
}
Does this clarify anything?