Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.7 KB

XML

The MontiCore language XML defines the parsing and processing infrastructure for XML artifacts. The language component (and full language) is part of the MontiCore language library.

Please note that XML (like JSON or ASCII) is just a carrier language. The concrete XML dialect and the question, how to recreate the real objects / data structures, etc. behind the XML structure is beyond this grammar but can be applied to the AST defined in XMLLight.

Functionality

Parsing XML artifacts and pretty printing.

Further Links

Further Information