[NanoXML-Help] MalformedURLException
Brought to you by:
cyberelf
From: Aaron B. <ab...@no...> - 2002-02-08 01:25:31
|
I have been playing with the first example in the documentation, and find that when I specify a path to a file to the line as follows: IXMLReader reader = StdXMLReader.fileReader("C:\\test.xml"); I receive the following: java.net.MalformedURLException: unknown protocol: c Any thoughts on what this means and what I need to do to fix it? Thanks in advance, Aaron |