RE: Baffling error with http-request

I think you are p:http-request'ing an XHTML file with a DOCTYPE that points to the W3C XHTML DTDs. Somewhere during or after p:http-request, Calabash parses the response and that is where the request to w3.org occurs. This is normal (and expected) XML parser behavior. In order to avoid the request to fetch the DTD, you should use an XML catalog.

Vojtech


From: xproc-dev-request@w3.org [mailto:xproc-dev-request@w3.org] On Behalf Of Tony Rogers
Sent: Monday, November 29, 2010 4:33 PM
To: Andrew Welch
Cc: XProc Dev
Subject: Re: Baffling error with http-request


On Nov 29, 2010, at 12:25 AM, Andrew Welch wrote:


There's nothing at the end of the url.....  Try getting that file yourself.

No, that's just it...I requested no files from w3.org<http://w3.org> anywhere in my pipeline.

I have no idea why that URL is popping up in the error.

Received on Monday, 29 November 2010 15:46:27 UTC