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
.
- XMLBasis
de.monticore.lang.XMLBasis.mc4
. - XMLLight
de.monticore.lang.XMLLight.mc4
. - FullXML
de.monticore.lang.FullXML.mc4
.
- available (see language explanation)