| Limitations- XMLmind XML Editor (XXE) preserves everything declared in the
internal DTD subset. In the body of a document, it also preserves the
references to internal, external and unparsed entities. However, XXE
does not allow to create documents making use of these legacy
facilities.
- XXE does not preserve whitespace (i.e. the original indentation of a
document), the references to character entities, and CDATA
sections.
Note that the two above limitations are not as severe as
they seem because - XXE supports the authoring of modular documents (even very fine
grained ones) by the means of standard mechanisms:
conref for DITA
documents and XInclude
for the other document types. More info in the tutorial.
- When needed and when possible, XXE saves characters as
references to character entities.
- XXE can be configured to save specific elements (example: XHTML
script) as CDATA sections.
- XXE cannot open non-well formed XML documents.
- XXE should run fine on any platform supporting JavaTM
1.5+. However it is officially supported only on:
- Windows 2000/XP/Vista with the Windows Look and Feel (LAF),
- Mac OS X 10.4 (Tiger) and 10.5 (Leopard) with the Macintosh
LAF,
- Linux 2.4+ with the Metal LAF.
It is possible to use XXE on other platforms (e.g. Solaris)
and/or with other LAFs (e.g. GTK), but without support from
XMLmind.
© 2003-2008 Pixware.
Updated
2008/7/21
using Qizx/open.
Java and all Java-based marks are trademarks or
registered trademarks of Sun Microsystems, Inc.
in the U.S. and other countries.
Acrobat and PostScript are trademarks of
Adobe Systems Incorporated. |