I've been trying to use DOMParser for parsing a WML document. I can traverse the tree and look at attributes from a NodeImpl perspective. Since there are a bunch of classes which deal with WML I was hoping I could use the following hierarchy of classes DocumentImpl -> WMLDocumentImpl -> WMLxxxImpl.
Unfortunately when I traverse the tree using getFirstChild(), the class hierarchy goes from DocumentImpl -> DocumentTypeImpl -> ....... Has anyone tried parsing WML documents before? Srikanth PS: I'm a java newbie in addition to all my other problems. :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
