Consultor Eletrônico



Kbase P87932: What is XML transformation?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/07/2004
Status: Unverified

GOAL:

What is XML transformation?

FIX:

Transformation of an XML document is the creation of another XML document (or other type of data/document) from an XML document or set of XML documents. The most common form of XML transformation is for presentation. One might have an
XML document for a portal that may have several versions of an HTML document, depending on who the user of the document is. The processing that is typically done in order to transform an XML document is done on the DOM tree structure in memory.

Here are some examples of XML transformations:

? Create a XML document with a different format.
? Create an Invoice from a Purchase Order.
? Create an http request from a memo document.

? Create an XML document from a message.
? Create a memo from an http request.
? Create a Purchase Order from a SOAP message.

A SOAP message is a standard format for the transporting XML over the Internet.

? Create a report from an XML document.
? Create a report about all customers from each customer document.