
6 Aug
2007
6 Aug
'07
5:03 p.m.
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