Hi, I am trying to create an org.w3c.dom.Document from an ecs XML stream. Calling PI p = new PI().setVersion(1.0); p.addElement(Index.getIndex(a_Elements)); p.output(d.getOutputStream()); causes hang. When the number elements is few the DOM object is created correctly. To be precise when the size of the ecs document is 1kb I was able to create a DOM object but when it exceeded 1kb (1.06kb) it hangs. What should be done to overcome this problem? Any suggestions are welcome. Thanks Rajeswari --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
