|
Write the kdom tree to XML file: msg#00008java.enhydra.kxml
Hi, Does anyone knew about how to write the kDom tree's data onto the local drive file using MIDlet (MIDP Programming) eg. writing the file to c:/hello.xml I have tried on : FileConnection conn =(FileConnection)Connector.open("file:///c:/hello.xml"); OutputStream out = conn.openOutputStream(); XmlWriter writer = new XmlWriter(new OutputStreamWriter(out)); doc.write(writer); but it doesn't work as the MIDP is currently not supported by FileConnection as well as file:// protocol. Can anyone please give me some ideas of how should i intialized my OutputStream as in this case? Thanx very much =) __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Error verifying method org/kxml2/io/KXmlParser <init>()V, Thomas Sillhengst |
|---|---|
| Next by Date: | Java Software Quality Problems?, QA Systems |
| Previous by Thread: | Error verifying method org/kxml2/io/KXmlParser <init>()V, Thomas Sillhengst |
| Next by Thread: | Java Software Quality Problems?, QA Systems |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |