get element of xml

Dear All,

Does anyone know how to get element “action” from xml ? (http://webix.com/snippet/2cd93f41 )

Thanks in advance,
Iqbal

Check http://webix.com/snippet/4c9b8f4a

By the way, it looks as an output of a server-side code after data saving. Events of data processor will provide those values, you need not parse this string manually.

Great, this is what i need.

Yes correct, thats server-side code after data saving.

Thanks a lot Maksim.