RE: [xliff] csprd02 - 112 (Problems validating XLIFF files with 2.0 schemas)

From
Yves Savourel <>
Date
2013-10-22T12:44:58+00:00
ID
003501cecf24$82896de0$879c49a0$@com
Thread
RE: [xliff] csprd02 - 112 (Problems validating XLIFF files with 2.0 schemas)
> Yves, what do you mean with the official copy?
> Do you suggest that the xml schema is included in 
> the official XLIFF schema folder?

Yes.

The W3C is throttling access to DTDs and schemas due to too much traffic.
They recommend to not access those URI if it can be avoided.

This blog entry explains the issue and recommend "Don't fetch stuff unless you actually need it":
http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic/

The schema for the XML namespace is frozen: There is no reason to not have a copy of it. In fact many XML validators have a
local/hard-wired copy of it in their distribution. But the ones which do not--with our current schema--end up fetching the document
on the W3C Web site and get throttled.

Cheers,
-ys