Paul Moloney wrote: > I asked an entity-related question before, but based on a file created > outside > XMLMind. Within the application, can anyone tell me how I: > > * Declare an entity which is a pathname to another file - for example: > > <!ENTITY legal_notice SYSTEM "../common/legal_notice.xml"> > > * Use that entity in a document; for example: > > &legal_notice; > > (I had a look at the online help, but it only seemed to mention how to edit > existing references, not declare/insert new ones.) >
You cannot declare and insert entities using XMLmind XML Editor because this editor does not work on the physical representation of XML (to make it simple). See http://www.xmlmind.com/xmleditor/detailed_features.html#nonfeatures. However you can create *modular documents* using XMLmind XML Editor. The online help is not a tutorial. Please take the time to read http://www.xmlmind.com/xmleditor/_distrib/doc/user/userguide3.html#id.s3.

