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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to