Tutorial Guide > Transform XML Schemas Tutorial
 
Transform XML Schemas Tutorial
This topic steps you through the creation of a transformation that mutates an XML source to another XML hierarchy based on how the data is navigated.
For example, using the following structure of Students, Teachers and Classes, you can have:
Students with their classes and each teacher
Teachers with their classes and the students in each class
Classes with their students and teachers
The steps to create and use this transform include:
Create the School.xml Data File for the Tutorial
Create an XML Data Source for the Tutorial
Create the GetStudents Transformation Procedure
Creating the ClassStudent Transformation
Adding and Connecting Source Operations
Completing the ClassStudent Transformation