[XML-SIG] Problems passing paths to xmlproc_catalog
Thomas B. Passin
tpassin@comcast.net
Thu, 15 May 2003 00:02:17 -0400
[Rodrigo Senra]
>
> This can be reproduced with xvcmd.py:
>
> OK -> python xvcmd.py -c catalog.soc urls.xml
> BUG -> python xvcmd.py -c /tmp/catalog.soc urls.xml
>
Try using a file: url, either
file:/tmp/catalog.soc urls.xml
or
file:///tmp/catalog.soc urls.xml
(the latter is correct but some code might still be wanting the first form).
This is just a guess but it is worth trying.
Cheers,
Tom P