How to display xml in a webix view using default browser stylesheet

Can you point me to how I can accomplish this? I am getting the XML content from server side and I want to display it in a webix view using the default browser stylesheet.

The straight solution will be to use iframe view. Unfortunately it doesn’t work in Chrome.

You may try to use codemirror view in xml mode

http://webix.com/snippet/0bea6e0b

Thanks Maksim. This worked out really well. Webix rocks!!!