XSL Row Mapping

Used for mapping columns to rows of data, and mapping data collected from each connection into a single output. This negates the need to use XSL for mapping in an hMash Design. This means appending columns in a single row.

Parent Path

The path to the parent row that will be displayed

Parent Columns

The columns to display from the parent row. Separate each column with a comma.

Parent ID

The ID of the parent to be matched to the Child ID.

Child Path

The path to the child row that will be displayed

Child Columns

The columns to display from the child row. Separate each column with a comma.

Child ID

The ID of the child to be matched to the Parent ID.

 

Example:

<setup>

<mashup>

<ParentPath>/NewDataSet/Table1</ParentPath>

<ParentColumns>project_id,field1,field2</ParentColumns>

<ParentID>project_id</ParentID>

<ChildPath>/NewDataSet/Data</ChildPath>

<ChildColumns>one,two</ChildColumns>

<ChildID>project_id</ChildID>

</mashup>

</setup>