---++ Components of xml-front * [[XmlSyntaxDefinition][XML syntax definition]] in [[http://www.syntax-definition.org][SDF]] * [[Stratego.XmlConcreteSyntaxInStratego][concrete syntax for XML in Stratego]] * [[XmlInfo][xml-info]] language for the representation of XML documents in ATerms %STARTINCLUDE% * [[ATermToXml][aterm2xml]] -- convert an ATerm to an XML document. * [[XmlToATerm][xml2aterm]] -- convert an XML document to an ATerm. * [[XmlDocParser][parse-xml-doc]] -- parses an XML document to xml-doc * [[XmlDocPrettyPrinter][pp-xml-doc]] -- pretty-prints xml-doc to an XML document * [[XmlInfoParser][parse-xml-info]] -- parses an XML document to [[XmlInfo][xml-info]] * [[XmlInfoPrettyPrinter][pp-xml-info]] -- pretty-prints [[XmlInfo][xml-info]] to an XML document * [[DataToXmlDoc][data2xml-doc]] -- transforms an ATerm to a comparable XML document represented in xml-doc. * [[XmlInfoToData][xml-info2data]] -- transforms [[XmlInfo][xml-info]] to a somewhat comparable ATerm %STOPINCLUDE% ---++ Download and installation From [[Stratego.StrategoRelease011][version 0.11]] xml-front is part of StrategoXT.