Passing XML directly
Brought to you by:
cherreman
I see the point of loading XML from the server however I think it should be optional, or the other way around - there should be an option to pass XML to the XMLApplicationContext. As at the moment the implementation heavily depends on URLLoader it is not doable.
Cheers,
Baardos
Logged In: NO
I've tried to implement my own XMLObjectFactory which just takes an XML. Basically, it is quite straight froward but requires changes in the parser in order to replace references to XMLObjectFactory with DefaultListableObjectFactory. It would be ideal to refer to one of the interfaces that it implements but not sure which methods are actually required by the parser.
Cheers,
Baardos
Logged In: YES
user_id=2146604
Originator: NO
The same feature can be usefull if I want to embed the applicationContext.xml file with the PureMVC IocFacade.