|
How well does this method of XML generation scale? If not well, are there other methods for dealing with large XML documents?
Also, are there methods to "backtrack" and modify the XML document while building it? For example, say that I have an event-driven model. I get event X, which causes me to add the element "element" to the structure. Then, some point in the future, I get an event Y which indicates I have to go back to that "element" and modify it in some way.
Thanks for another great article!
|