- From: mozer <xmlizer@gmail.com>
- Date: Mon, 31 Jan 2011 14:53:45 +0100
- To: Philip Fennell <Philip.Fennell@marklogic.com>
- Cc: XProc Dev <xproc-dev@w3.org>
I would say it's related to catalog resolution (my best guess) Xmlizer On Mon, Jan 31, 2011 at 2:24 PM, Philip Fennell <Philip.Fennell@marklogic.com> 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) > > There's nothing different about the pipelines. I initially thought, when I saw the problem, that it was because I was running the tests without an internet connection (so it couldn't dereference the DTD) but the problem is there regardless of the connection. If I remove the DOCTYPE declaration from the response then the tests run quite happily. > > I tried reverting to 12.0 but to no avail I'm afraid. So, I'm not sure what's happened to my PC (Windows 7 Professional and Java SE Runtime Environment (build 1.6.0_18-b07)) but it's sure not doing what it used to do, and I'm rightly disappointed too. > > I will cross check these findings with my Mac which has not been upgraded to 12.1 > > > Regards > > Philip Fennell > Consultant > > Mark Logic Corporation > www.marklogic.com > > E-mail: philip.fennell@marklogic.com > Mobile: +44 (0)7824 830 866 > > > > >
Received on Monday, 31 January 2011 14:01:20 UTC