[xslt] Re: xsltproc error : Operation in progress




Daniel, thanks for your fast answer.

Daniel Veillard wrote:
On Thu, Feb 24, 2005 at 10:57:04PM +0100, Daniel Bonniot wrote:

If I rerun the command, I will get other files failing, in another order. So it seems loading runs in parallel, and some of them fail.


  it's not in parallel. Processing docbook.xsl will require VERSION.xsl
so both are open in parallel but only one is read at a time.

OK. I just mean it looks like the order is not deterministic. In another run the first failure is with param.xsl. In another with lib.xsl


If I try to wget those URLs, that succeeds, so I don't think this is a connectivity problem (I did not find any proxy setting). For what it's

http_proxy environment variable IIRC.

Yeah, I checked, htt_prox is unset, and I don't have a ~/.wgetrc

worth, I'm running the command on shell.sourceforge.net.

I know I could download the stylesheets locally and use a catalog, but I would rather use the net. Any idea what is going wrong?


I think it's really a connection or server problem.

Now I tried with wget --proxy=off, which explicitely disables proxy usage, and I can still download everything. It does not look like a proxy problem.


Would the strace help?

Daniel
--
The Nice programming language: http://nice.sf.net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]