Commiting more changes to fix RSE issues with PHP projects.
[phpeclipse.git] / net.sourceforge.phpeclipse.xml.core / src / net / sourceforge / phpeclipse / xml / core / internal / model / XMLDocument.java
index c0b5680..a6cb3aa 100644 (file)
@@ -78,7 +78,7 @@ public class XMLDocument extends SourceReference implements IXMLDocument,
                        boolean doParse = false;
                        root = null;
                        if (file != null) {
-                               String filename = file.getLocation().toString();
+                               String filename = file.getFullPath().toString();
                                int len = filename.length();
                                if (len >= 4) {
                                        if ((filename.charAt(len - 1) != 'l' && filename