- From: <vojtech.toman@emc.com>
- Date: Fri, 4 Feb 2011 11:17:44 -0500
- To: <xproc-dev@w3.org>
- Message-ID: <3799D0FD120AD940B731A37E36DAF3FE32B15B0294@MX20A.corp.emc.com>
Somewhere your processor is trying to access the XHTML DTD from the W3C server. You have probably done it too frequently, and your IP got banned by W3C. You should use an XML catalog and use local copies of the DTDs. (Or you can wait until tomorrow :-) But the interesting thing is that the test xinclude-001.xml doesn’t do anything with XHTML at all – or at least, it used not to. If you look at the test, you can see that the xi:fallback element refers to http://example.com/no/documents/here.xml, which used to return 404, but since quite recently, you actually get an HTML document back. I will fix the test (and any other tests) to use a URL that really returns 404. Vojtech -- Vojtech Toman Consultant Software Engineer EMC | Information Intelligence Group vojtech.toman@emc.com http://developer.emc.com/xmltech From: xproc-dev-request@w3.org [mailto:xproc-dev-request@w3.org] On Behalf Of temp Sent: Friday, February 04, 2011 5:00 PM To: xproc-dev@w3.org Subject: Problem with test xinclude-001.xml Hi, I see that nothing has changed in the test xinclude-001.xml for a long time, nothing has changed in my implementation of XInclude either, but suddenly this test stopped working. It keeps running for a minute or so and then fails with the exception "Unexpected end of file from server". Debugging the code, I found out that the timeout occurs on reading http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd Trying to access this URL via my browser doesn't work either... Any idea what is going on there? Or should the test be fixed? Thanks Mio === reklama ====================================== http://mail.szm.com - e-mail a priestor na www stranku zadarmo http://webhosting.szm.com - domÄ'©ny a webhosting za najniĹľĹË|ie ceny SZM.com pouĹľÄ'Âva COMDOM Antispam - www.comdomsoft.com<http://www.comdomsoft.com>
Received on Friday, 4 February 2011 16:23:52 UTC