You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Markus Havemann <m....@gmail.com> on 2008/11/25 12:21:02 UTC

Xalan and Symlinks

Hello

beginner needs help:

I'm using Xalan C++ v1.10 on Ubuntu Linux, calling it form the command
prompt.

The problem is, that whenever I use symlinks, Xalan doesn't read these
files. This happens both when xmlSource or xslStyleSheet is a symlink
and also when some file referenced by xslStylesheet by the xsd:include
commando is a symlink.

How do I make Xalan recognize and use symlinks just like regular files?

Thanks a lot for your help
Markus Havemann


Re: Xalan and Symlinks

Posted by David Bertoni <db...@apache.org>.
Markus Havemann wrote:
> Hello
> 
> beginner needs help:
> 
> I'm using Xalan C++ v1.10 on Ubuntu Linux, calling it form the command
> prompt.
> 
> The problem is, that whenever I use symlinks, Xalan doesn't read these
> files. This happens both when xmlSource or xslStyleSheet is a symlink
> and also when some file referenced by xslStylesheet by the xsd:include
> commando is a symlink.
> 
> How do I make Xalan recognize and use symlinks just like regular files?
Please ask Xalan-C questions on the Xalan-C user list:

http://xml.apache.org/mail.html#xalan-c-users

You will need to subscribe before you can post.

Dave