Failed to create InputSource

Hi, I use oXygenxml 7.2 within Eclipse 3.2.1 and want to resolve a path to a XML schema file using a catalog file whiche I have registered in oxygen preferences. The verbose output tells me that oxygen resolves the systemid correctly (Resolved System: http://.... file://.....) but cannot load the schema file from the resolved location: Failed to create InputSource: file://.... The resolved location is definitly correct and points to a valid schema file. Can anyone help me? Regards, Kai

oxygen-user-bounces@oxygenxml.com <> wrote:
Hi,
I use oXygenxml 7.2 within Eclipse 3.2.1 and want to resolve a path to a XML schema file using a catalog file whiche I have registered in oxygen preferences. The verbose output tells me that oxygen resolves the systemid correctly (Resolved System: http://.... file://.....) but cannot load the schema file from the resolved location:
Failed to create InputSource: file://....
Apparently I have to have a closer look at the URI syntax. file:/D:/... and file:///D:/.... works but file://D:/.... not. Kai

Hello Kai, Yes, in the case of file://D:/... D: is interpreted as host. The correct syntax is with 3 forward slashes file:///... but indeed file:/... also works in Java. Best Regards George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Kai Mütz wrote:
oxygen-user-bounces@oxygenxml.com <> wrote:
Hi,
I use oXygenxml 7.2 within Eclipse 3.2.1 and want to resolve a path to a XML schema file using a catalog file whiche I have registered in oxygen preferences. The verbose output tells me that oxygen resolves the systemid correctly (Resolved System: http://.... file://.....) but cannot load the schema file from the resolved location:
Failed to create InputSource: file://....
Apparently I have to have a closer look at the URI syntax. file:/D:/... and file:///D:/.... works but file://D:/.... not.
Kai
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
George Cristian Bina
-
Kai Mütz