Architecting and designing : XML integration with other methods : Data model to XML transformations : Data model integration : Transforming tables
  
Transforming tables
Tables are transformed into XML element when dragged from the browser or Choices dialog onto an XML diagram. All columns in the table are added as child XML elements or XML attribute as described in Transforming columns.
Example
If XMLDataAsAttribute=yes, then:
Table1 contains Column1
This is displayed as:
Property transformations
Table to XML element
Symbol:
Type
Element
Name
Name of the table.
Definition:
Type
XML element
Name
Name of the table.
Content
EltOnly if XMLDataAsAttribute = no
Empty if XMLDataAsAttribute = yes
Data Type
None.
Source Table
Dropped table name.
See also
Data model integration