Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 2.46 KB

README.md

File metadata and controls

23 lines (15 loc) · 2.46 KB

(!) This project has been integrated as a module of XMLIntellEdit -- please check out the XMLIntellEdit repository.

From XML Schema to Xtext with XMLText

Logo

A multitude of Domain-Specific Languages (DSLs) have been implemented with XML Schemas. While such DSLs are well adopted and flexible, they miss modern DSL editor functionality. Moreover, since XML is primarily designed as a machine-processible format, artifacts defined with XML-based DSLs lack comprehensibility and, therefore, maintainability.

In order to tackle these shortcomings (cf. Individial Experiments), we propose a bridge between the XML Schema Definition (XSD) language and text-based metamodeling frameworks. This bridge exploits existing seams between these two worlds and closes identified gaps.

The resulting approach (cf. Individial Experiments and Framework) is able to generate Xtext-based editors from XSDs providing powerful editor functionality, customization options for the textual concrete syntax style, and round-trip transformations enabling the exchange of data between these two worlds.

We evaluate our approach by a case study on TOSCA, which is an XML-based standard for defining Cloud deployments. The results show that our approach enables bridging XMLware and Modelware in several ways going beyond existing approaches and allows the automated generation of editors that are at least equivalent to editors manually built for XML-based languages.

See also XMLText Project Website.

External Resources