How to load any other XML file with or without 'Item' tag?

Hi,
loadXML() method of Tree accepts the XML file only when it’s in a specific format with ‘ITEM’ tag. How to load any other XML file with or without ‘Item’ tag? That same functionality is incorporated in XML EDITOR. Kindly let me know how to do that.

Thanks in advance!!!

-K Himaanshu…

Hi,

tree API doesn’t allow to load xml in other xml formats.

Thanks Alexandra for the quick response.

XML editor accepts XML with or without ‘Item’ tag. If possible kindly let me know how to it was implemented.