The XML parser we use (James Clark's XP) supports an encoding called "US-ASCII" (case insensitive). May be "ASCII" is a valid alias, but for this XML parser, this is an unknown encoding name.
Dwan, Kevin wrote: > Hello, I just downloaded XMLmind Standard Edition 3.1.0 to experiment > with schema that I obtained from the FDA, and received this error: > > ?Cannot open file ?C:\XML\FDA XML schema\PORR_MT050024.xsd?: > > Parse error in ?File:/C:/XML/FDA%20XML%20schema/PORR_MT050024.xsd?, line > 1, column 0: > > Unsupported encoding. > > > > This is what is at the head of the file. > > <?xml version="1.0" encoding="ASCII"?> > > <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" > xmlns="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3" > targetNamespace="urn:hl7-org:v3" elementFormDefault="qualified"> > > <xs:include schemaLocation="template-instantiations.xsd"/> > > <xs:include schemaLocation="voc.xsd"/> > > <xs:include schemaLocation="NarrativeBlock.xsd"/> > > <xs:annotation> > > <xs:documentation> > > Generated using schema builder version 1.21q2. > > Stylesheets: > > > > RoseTreeToMIFStaticModel.xsl version: 1.1 > > SplitModels.xsl version: 1.1 > > AssocInMif.xsl version:1.1 > > StaticMifToXsd.xsl version 1.1</xs:documentation> > > </xs:annotation> > > > > Can you advise? > > Thank you. > > > > Kevin Dwan > > > ------------------------------------------------------------------------ > > > -- > XMLmind XML Editor Support List > xmleditor-support at xmlmind.com > http://www.xmlmind.com/mailman/listinfo/xmleditor-support

