[xml] xml output streaming and c14n
- From: "Prashant R" <ramapra gmail com>
- To: xml gnome org
- Subject: [xml] xml output streaming and c14n
- Date: Thu, 20 Nov 2008 17:27:36 -0800
I have a requirement, where I would not want to have the entire xml data in memory and preferably writing out canonicalized XML to IO .
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]