ahmed kader wrote: > > Please I want to know if I can import the nlm dtd (with all elements and > attributes) and also if the math content is imported in the article or > open as a standalone content. >
* You cannot ``import'' the nlm DTD (we know nothing at all about this DTD) by filling a dialog box and then clicking OK. You need to create a configuration ``by hand'' for the nlm DTD. Creating a basic configuration is very simple and takes just 5 minutes. How to do this explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/configure.html However, please note that such basic configuration does not comprise a CSS style sheet. Creating a CSS style sheet for use by XMLmind XML Editor may take a long time, depending on the number of elements you need to style. For example, it took us 10days/10hours a day to create the CSS style sheet for DocBook 4 (400+ elements). * Currently we do not support a MathML subtree embedded in a document conforming to a DTD. (However this works fine when a MathML subtree is embedded in a document conforming to a W3C XML Schema or RELAX NG schema.) In a nutshell, when the ``host document'' conforms to a DTD, this will not work: <myElement><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">...</mml:math></myElement> While this will work fine: <myElement><myEquation src="equations/emc2.mml"/></myElement> where MathML document "equations/emc2.mml" must be created/edited (e.g. using XMLmind XML Editor Professional Edition+our "MathML Support" addon) separately. More information in http://www.xmlmind.com/xmleditor/_distrib/doc/mathml/index.html

