- From: Nic Gibson <nicg@corbas.net>
- Date: Mon, 31 Jan 2011 13:52:31 +0000
- To: Philip Fennell <Philip.Fennell@marklogic.com>
- Cc: XProc Dev <xproc-dev@w3.org>
On 31 Jan 2011, at 13:24, Philip Fennell wrote: > I'm wondering if anyone else has had this problem: > > > With oXygen 12 I had a set of XProc pipelines that retrieved XHTML pages (p:http-request) from an application running on localhost. The pages have a standard DOCTYPE declaration before the document element: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> > ... > </html> > > and all was right with the world. > > I've since (last night) updated to 12.1 and I get the following error message when I run the same pipelines: > > SystemID: C:\Users\pfennell\Projects\OECD\eoi\src\test\http-accept-chrome8.xpl > Engine name: Calabash XProc > Severity: error > Description: net.sf.saxon.s9api.SaxonApiException: I/O error reported by XML parser processing null: Read timed out (http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd) Read timed out (http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd) > Philip, when did you last try the pipeline? The URL for that DTD appears to timeout even from a browser. I suspect it's nothing to do with Oxygen. Try adding the DTD to your catalog. nic -- Nic Gibson Corbas Consulting Digital Publishing Consultancy and Training http://www.corbas.co.uk, +44 (0)7718 906817
Received on Monday, 31 January 2011 13:53:01 UTC