cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Binding using XML model

Former Member
0 Kudos

I am working on an Application where i am using XML Model and XML Data. As it was a requirement from the customer side. I want to know about Dynamic Binding using XML model.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Kudos

Move the data from XML model to JSON Model- perform a copy.

Then, dynamically bind the json model to the XML view.

Regards,

Sharath

Former Member
0 Kudos

Hi Sharath and Joseph,

Thanks for your solution. I have already Implemented using JSON Model and i am trying to explore, is there any possibility that i can have my Data and Model in the same format (XML). I just wanted to try.

Regards,

Mohan

Sharathmg
Active Contributor
0 Kudos

Did you try to create a XML model and set the data to UI? Was there any issue?

Regards,

Sharath

Joseph_BERTHE
Active Contributor
0 Kudos

Hello,

Dynamic binding is not yet allowed in XML view, so you need to do a mix with JavaScript and XML view. I mean, do a XML view with default binding and then during the loading, override the binding with your dynamic parameters.

Regards,