I have a problem, MalformedURLException: no protocol in the parser.
DOMParser parser = new DOMParser();
parser.parse(xml);
Document doc = parser.getDocument();
The header the XML is:
<?xml version="1.0" encoding="UTF-8"?>
ideas ???
-- Heber Lazcano Camargo Deamons Developer TRALIX - Everything happens on email. |
