[Simple-support] Having simple set properties on an object during parsing?
Brought to you by:
niallg
|
From: Eli K. <eli...@gm...> - 2012-05-29 08:10:19
|
Hi, Is there a way to make simple set properties on an object before all the document is parsed? I know about the commit feature, but the thing is that this is called on the object only after all its properties are read from the xml. this is a critical requirement in the project since the xml we get are quite big and we want to present data as soon as possible. Thanks Eli |