CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 08:26:39 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:44:51 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 08:26:39 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98ccf9499a7f9ac4
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=yevKQvAkvr6b9TcjDF6Pa.4Ul1RAhXXPiC_NuUWbuW0-1760171199-1.0.1.1-Cp4AdPSaB1cd93boUiBIrTS.zHP4D7iCZVgDdIyIgGLCyFFwJnikzEvDePS.rPs9usqssTWR7Az6gIG9YkaJJDaJJo8.vVgYYBwiKquqO84; path=/; expires=Sat, 11-Oct-25 08:56:39 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98ccf9499a7f9ac4-BLR
alt-svc: h3=":443"; ma=86400
Part2.xsd will not display in IE5 from Arnold, Curt on 2000-04-12 (www-xml-schema-comments@w3.org from April to June 2000)
Part2.xsd will not display in IE5
- From: Arnold, Curt <Curt.Arnold@hyprotech.com>
- Date: Wed, 12 Apr 2000 10:32:39 -0600
- To: "'www-xml-schema-comments@w3.org'" <www-xml-schema-comments@w3.org>
- Message-ID: <00E567D938B9D311ACEC00A0C9B468730C7709@THOR>
Microsoft IE5 complains about xmlns:x not being fixed in the following line in Part2.xsd: <!ATTLIST element xmlns:x CDATA #IMPLIED><!-- keep this schema XML1.0 valid --> My interpretation is that the parser's behavior is a well-intentioned but wrong. However since the line is in the DTD for compatibility to begin with, changing the line to: <!ATTLIST element xmlns:x CDATA #FIXED "https://www.w3.org/XML/1998/namespace"><!-- keep this schema XML1.0 valid --> should preserve compatibility with the most ubiquitous XML parser.
Received on Wednesday, 12 April 2000 12:37:43 UTC