Hi Folks,

I followed the instructions found here to create a configuration file:

http://www.xmlmind.com/xmleditor/_distrib/doc/configure/dtd_example.html

The CSS does not appear in the VIEW menu and the document is displayed
in tree view.  

The catalog file is as follows:

<?xml version="1.0" ?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
         prefer="public">
  <public publicId="-//XMLmind//DTD keo//EN"
          uri="keo.dtd"/>
</catalog>

The configuration file is as follows:

<?xml version='1.0' encoding='utf-8'?>
<configuration name="keo"
  xmlns="http://www.xmlmind.com/xmleditor/schema/configuration";
  xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration";>
  <detect>
    <dtdPublicId>-//XMLmind//DTD keo//EN</dtdPublicId>
  </detect>

  <css name="keo" location="keo.css" />

  <template name="keo" location="keo.xml" />
</configuration>

The xml and dtd are valid.  What should I look for next?  Thanks very
much.

Chris

Reply via email to