Hello, I am having the same issue but I cannot fix it. I tried to use XMLReader but I am having an InstanciationException thrown by XMLReaderFactory.createXMLReader(). Though I overrided the 3 methods you mentioned.
Can you give us details about how you used XMLReader and how you instanciated it ? Thanks a lot ! Thomas On Aug 25, 9:49 am, Jose Ayerdis <[email protected]> wrote: > welll answering myelf.... > > First i have no idea why it gives this Warning > > Second i try it with XMLReader but did not got the result aperantly my > Handler only overided the startElement and did not override the > > endElement > startDocument > endDocument > > Methods so it didn't parse anything (Dont know why)... so i just added and > overrided and voila everything work magically > > thanks,..... > > 2009/8/24 Jose Ayerdis <[email protected]> > > > > > What does this mean i'm trying to parse a XML with this: > > > SAXParserFactory factory = SAXParserFactory.newInstance(); > > factory.setValidating(false); > > // Create the builder and parse the file > > SAXParser saxParser=factory.newSAXParser(); > > > MyParser handler=new MyParser(this); > > saxParser.parse(fileXML, handler); > > > a got this meesage: > > > w/ExpatReader DTD Handler aren't supported > > > what does this mean..... > > > -- > > Atte > > > [[Jose Luis Ayerdis Espinoza]] > >http://blognecronet.blogspot.com > > -- > Atte > > [[Jose Luis Ayerdis Espinoza]]http://blognecronet.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

