Index: /applications/editors/josm/plugins/CommandLine/build.xml
===================================================================
--- /applications/editors/josm/plugins/CommandLine/build.xml	(revision 25058)
+++ /applications/editors/josm/plugins/CommandLine/build.xml	(revision 25059)
@@ -3,5 +3,5 @@
 
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="New types imageryurl, imageryoffset and username" />
+    <property name="commit.message" value="Small bugfix for correct xml file opening" />
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="3751" />
Index: /applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java
===================================================================
--- /applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java	(revision 25058)
+++ /applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java	(revision 25059)
@@ -57,5 +57,5 @@
 	private void loadFile(SAXParser parser, String fileName) {
 		try {
-			parser.parse(fileName, this);
+			parser.parse(new File(fileName).toURI().toString(), this);
 		}
 		catch (Exception e) {
