Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Fix
-
2.1.0
-
None
-
None
-
Operating System: Windows NT/2K
Platform: PC
-
12257
Description
This is a problem in versions 2.0.2 and 2.1.0, but 2.0.1 worked OK.
Loading an XML with references to schemas fails, if the path to the XML has
spaces. Using JDK 1.4.1 RC. Attaching XML and schemas. This is the test program:
import java.io.File;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
public class Test1 {
public static void main(String[] args) throws Exception
}