cancel
Showing results for 
Search instead for 
Did you mean: 

XML - xMII XML conversion

Former Member
0 Kudos

Hi,

Is there any way to convert normal xml file to xMII XML format. i converted known xml file to xMII format by placing 2 repeaters. one for rowset and other for row. and adding IllumRow with dataitems.

but if i dont know what is the dataitems in xml file, how can do this? How to configure IllumDocument in this problem? How to convert any unknown xml file to xMII format?

thanks in advance.

- senthil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Senthil,

This can be done using IllumDocument Actions.

Call 3 Repeaters. Each for IllumColumn Action, IllumRow Action and IllumData item Action respectively. The 3rd repeater shud come under the 2nd repeater. ie., inside the repeater for IllumRow Action call one more repeater for IllumData Item.

Hope its clear.

Regards

Muzammil

former_member4529
Active Contributor
0 Kudos

Hi,

To achieve this simply use a xMII XML Document action. Define the fields of the xml documents in the Document action block configuration. Then place a repeater to loop on the normal XML file and after that add a XML Row action below the repeater (document attribute of which points to the Document action already created). The output of the document action will be in xMII xml format.

Thanks,

Dipankar