AS3 XML and E4X are supported. Make sure do declare XML and XMLList types for compilation to work correctly.
The FlexJS E4X notes apply to Royale: https://cwiki.apache.org/confluence/display/FLEX/FlexJS+FAQ#FlexJSFAQ-DoesFlexJSSupportE4X? <https://cwiki.apache.org/confluence/display/FLEX/FlexJS+FAQ#FlexJSFAQ-DoesFlexJSSupportE4X?> For light-weight parsing of Xml which does not use namespaces, you can use the JSON classes http://royale.apache.org/asdoc/#!org.apache.royale.utils/JXON <http://royale.apache.org/asdoc/#!org.apache.royale.utils/JXON> > On May 6, 2018, at 6:16 PM, Stef X <[email protected]> wrote: > > Hi there, > > I'm pretty new there and testing this framework. > > I'm searching to use/create XML documents with Royale for JS but I'm not able > to find any information on this point. > > Some advice will be really welcome. > > Thanks in advance, > > Regards, > > Stef
