Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Parsing Problems

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi everybody,<br><br>we have a problem, we want to parse a XML-Statement, which is saved in a file. But we always get the same error message: &quot;java.net.MalformedURLException: no protocol: server.log&quot;<br>Here is a little sample of our code:<br><br>ValidatingParser parser = new ValidatingParser();<br>// &quot;server.log&quot; is a file, where the Statement is saved<br>String data = &quot;server.log&quot;;<br>parser.parse(new InputSource(data));<br><br>Who can help us??<br><br>Thanks,<br><br>XMLGirls<br>
 
this isn't a WPI MQP, is it? <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top