Parsing XML - getChild problem
"Thomas Sillhengst" <[email protected]> Fri, 28 Mar 2003 14:09:34 +0100
| Newsgroups | gmane.comp.java.enhydra.kxml |
|---|---|
| Message-ID | <000c01c2f52b$4dd838d0$570110ac@DJTOMKIK> |
Is it correct, that kDOM is only for jsdk and if I write a programm for a mobile-phone I cannot use it? I parse an xml File with the org.kxml.parse.XMLParser. There is no method for getting a child-element of an element. Do I have to programm this by hand or are there other possibilities? (Now I am trying to write it with the Parseevents, but thats uncomfortable) Bye Thomas