This milestone, which contains a spell-checker, can be downloaded from
http://www.xmlmind.com/xmleditor/download.shtml

--------------------------------------------------
Milestone 1.3 (February 6, 2002)

Enhancements:

* Did a very simple integration of a beta version
of AZcheck, a not-yet-released pure Java
spell-checker product.

  ** The English dictionary is the only one bundled
  with XXE, but several other dictionaries can be
  downloaded from the
  http://www.xmlmind.com/xmleditor/download.shtml
  download page of XMLmind.

  Downloaded dictionaries must be copied to the dict
  subdirectory of the directory containing
  xxe.jar. Make sure that downloaded dictionaries
  are saved as files with extension .jar.

  ** Like for search/replace and for printing, it is
  possible to check a subset of the document by
  explicitly selecting the element to be checked.

  Like for search/replace and for printing,
  restricting the command to the text selection is
  not possible.

  ** The keyboard shortcut of
  Tools->CheckSpellingErrors is Ctrl-Shift-S (S like
  _S_pell).

* Added a Selection menu and corresponding buttons
to the tool bar.

* Added File->New, File->Open, File->Save,
Edit->Undo, Edit->Redo buttons to the tool bar.

* Added an new Edit->ApplyLastConversion command
which is very handy when, for example, you want to
convert several pieces of plain text to XHTML
strong or em.

Its keyboard shortcut is Ctrl-A (A like
Again). Previously, this was the keyboard shortcut
of Edit->SelectAll but this command is not very
useful.

* Slightly improved the indented output by adding
some open lines at safe places.

* Added a new option to the Edit tab of the
Options dialog box which could be useful for users
who create their own DTDs. This option specifies
what to do when a newly created element is
inserted in the document and when the content
model for this type of element has several
possible choices for the child elements.

* A fairly complete DocBook style sheet named
docbook41.css has been contributed by Brian
Lalonde (Brian Lalonde's email address can be
found at the beginning of docbook41.css). This
style sheet becomes the default one for DocBook.

The previous one named docbook.css, is still
available but will no longer be maintained.

If you want to use this new style sheet, edit your
existing DocBook documents with a text editor and
replace:

--------------------------------------
<?xml-stylesheet type="text/css" 
href="../css/docbook.css" ?>
--------------------------------------

by:

--------------------------------------------
<?xml-stylesheet type="text/css" 
href="../css/docbook41.css" ?>
<?xml-stylesheet type="text/css" alt="yes" 
title="Previous docbook stylesheet"
href="../css/docbook.css" ?>
--------------------------------------------

Of course, replace ../css by the actual URL of the
directory containing your style sheet.

Bug fixes:

* xxe.bat does not launch XXE if installed in a
directory like C:\Program Files\xxe, because the
directory name contains whitespace characters.

* The detection of the charset of a CSS style
sheet based on the BOM (Byte Order Mark) found at
the beginning of the file was incorrect.

Reply via email to