Poster at Kinetium dot Com wrote: > Also, how does the procedure differ if I have a schema C:\mine.xsd? > > [Feel free to point me at the appropriate place in the documentation, but > please include specifics I must do for my custom dtd/schema]
Technically there are not much differences: * Documents conforming to a DTD (defining elements, that is, defining a content model) are not namespace aware. * You cannot use an XML catalog to find the local copy of an XML-Schema. This too is described in the Power User's Guide. See http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/ar01s01s02.html However, if you intend to use Standard Edition to edit documents conforming to an XML-Schema, you'll have to remember this: --- Standard Edition has been artificially restricted in its support of XML Schema. Standard Edition will not allow the user to open a document conforming to an XML Schema with a target namespace other than: * http://www.w3.org/2001/XMLSchema * http://www.w3.org/XML/1998/namespace * Any target namespace which starts with http://www.xmlmind.com/xmleditor/schema/. --- See http://www.xmlmind.com/xmleditor/user_faq.html#try_pro_edition to learn how to cope with this restriction.

