I suppose you could try to reproduce XMLDocument.  The only reason it doesn’t 
exist is because nobody has needed it so far, but creating that could be a lot 
of work.  Is there a reason you don’t want to use XML/XMLList and e4x?  Does 
your app decode SOAP responses or are you using SimpleXMLDecoder/Encoder for 
some other network/server communication?

-Alex

From: Serkan Taş <[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Tuesday, October 16, 2018 at 9:40 AM
To: "[email protected]" <[email protected]>
Subject: Work on Emulation

Hi,

When i have to use xml classes like SimpleXMLDecoder, SimpleXMLEncoder, etc. I 
need some class implentations like XMLNode, XMLType,XMLDocument. I created the 
emulations of Encode and Decoder and  created classes XMLNode, 
XMLType,XMLDocument with empty methods and some variables.

What will be the Royale approach for XML operations or will there be ?

Thanks
Serkan

Reply via email to