Re: serielizing node

2002-02-18 Thread Arturo Ma
--- Arturo Ma [EMAIL PROTECTED] FGM Inc. 2820 Camino Del Rio South, Suite 130 San Diego, CA 92108 Office: 619. 297.2905 Fax: 619. 297.2923 http://www.fgm.com - Original Message - From: "tom john" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Feb

serielizing node

2002-02-18 Thread tom john
hi, i am trying to convert a node to string. i am using the following code ByteArrayOutputStream out = new ByteArrayOutputStream(); try{ Transformer t = TransformerFactory.newInstance().newTransformer(); t.transform(new DOMSource(node), new StreamResult(out)); }catch String xmlString =