XML transformation language


An XML transformation language is a programming language designed specifically to transform an input XML document into an output document which satisfies some specific goal.
There are two special cases of transformation:
As XML to XML transformation outputs an XML document, XML to XML transformation chains form XML pipelines.

XML to Data

The XML to Data transformation contains some important cases. The most notable one is XML to HTML , as an HTML document is not an XML document.

Existing languages