I had a few questions to understand this better
I was planning on doing the following
- write out the xml nodes based on my application logic
Quesions
1. When will the actual write ( to I/O , in my case )occur ? Could it occur before the entire document is fully completed?
2. Is there a way where I could stream xml data directly to IO without building the tree in memory ( using DOM API's)?
3 If there is a way to do (2) , then is there a way to specify that the output be canonicalized ?
Thanks in advance