Re: scalable xml

2008-05-21 Thread Diez B. Roggisch
hyperboreean wrote: > Hi, I am writing the application server for a three-tier architecture > and sending the client's response in xml. My question is: is there a way > to build the xml dom in a more scalable way and faster way than just > creating every textNode and element for it? I have tons of

scalable xml

2008-05-21 Thread hyperboreean
Hi, I am writing the application server for a three-tier architecture and sending the client's response in xml. My question is: is there a way to build the xml dom in a more scalable way and faster way than just creating every textNode and element for it? I have tons of data to transmit and it