Re: URLInputSource or LocalFileInputSource fails under cygwin

2005-04-07 Thread Ovanes Markarian
Axel, my answer is below. > Am Mittwoch, 6. April 2005 20:48 schrieb Ovanes Markarian: > > Hi all! > > > > I am trying to open a local file under cygwin using either the URI or > > local unix name for it. Under Win32 (XP) this code works fine, but > > under Cygwin it fails. I tried a lot of appro

Re: URLInputSource or LocalFileInputSource fails under cygwin

2005-04-07 Thread Axel Weiß
Am Mittwoch, 6. April 2005 20:48 schrieb Ovanes Markarian: > Hi all! > > I am trying to open a local file under cygwin using either the URI or > local unix name for it. Under Win32 (XP) this code works fine, but > under Cygwin it fails. I tried a lot of approaches, like splitting > the path into th

URLInputSource or LocalFileInputSource fails under cygwin

2005-04-06 Thread Ovanes Markarian
Hi all! I am trying to open a local file under cygwin using either the URI or local unix name for it. Under Win32 (XP) this code works fine, but under Cygwin it fails. I tried a lot of approaches, like splitting the path into the systemId and relative path or passing the entire path. Can someone