You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2006/03/31 15:51:46 UTC

[Jakarta-velocity Wiki] Update of "EditXdocs" by HenningSchmiedehausen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by HenningSchmiedehausen:
http://wiki.apache.org/jakarta-velocity/EditXdocs

New page:
== Use XMLMind to edit xdocs ==

Editing xdocs by hand is a painful experience. You can use the XMLMind XML editor to edit xdocs visually by installing the
xdocs configuration.

 * Install XMLMind from [http://www.xmlmind.com/xmleditor/ XMLMind Editor page]. It is written in Java and runs on all major OS brands.
 * Get the attached xdoc configuration. Unpack it into the XMLMind Editor user preferences directory. Its location is shown [http://www.xmlmind.com/xmleditor/_distrib/doc/configure/dtd_example.html here].
 * Restart the Editor. Select ''File -> New''. It should offer you "XDOC / Empty Doc". If yes, congratulations. It works.

To be able to automatically select XDOC for xdocs, add the following (preliminary!) DOCTYPE to your xdoc files:

{{{
<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
                          "http://www.apache.org/dtds/xdoc_1_0.dtd">
}}}

Enjoy.

[[AttachList]]

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org