- From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
- Date: 20 Jun 2001 14:38:07 +0100
- To: "Tabar, John" <John.Tabar@systrends.com>
- Cc: "'xmlschema-dev@w3.org'" <xmlschema-dev@w3.org>
"Tabar, John" <John.Tabar@systrends.com> writes: > I was hoping that by now I could use your conversion tool. I keep getting > the following page anytime I try to convert a 2000/10 schema to a 2001 > version. The page displays the following error: > > ============================================================================ > === > > The XML page cannot be displayed Cannot view XML input using style sheet. > Please correct the error and then click the Refresh > <javascript:location.reload()> button, or try again later. Content model > is invalid. Line 1, Position 7 xsd: simpleType ------^ > > ============================================================================ > === The giveaway is the space between xsd: and simpleType -- you're using an old version of MSXML which had a bug in parameter entity processing. Get an up-to-date version which is MSXML4 (or even the product version of MSXML3) and your problem will be solved. ht -- Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh W3C Fellow 1999--2001, part-time member of W3C Team 2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440 Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk URL: http://www.ltg.ed.ac.uk/~ht/
Received on Wednesday, 20 June 2001 09:38:07 UTC