Visual - WYSIWYG XHTML Editor
Two Editing Modes
XHTML stands for W3C Extensible HyperText Markup Language. XHTML is
aimed to replace HTML. While almost identical to HTML 4.01, XHTML is a
stricter and cleaner version of HTML. XHTML is HTML defined as an XML
application.
<oXygen/> XML Editor offers two modes for editing the XHTML files.
One is the Author mode that allows a visual editing,
the other being the XML source editor.
You can edit the DocBook files using the text/source editing mode of
<oXygen/> XML Editor. The "as you type" validation and the powerful
content completion are always on your side.
XHTML Ready
<oXygen/> comes with XHTML catalog and document templates so that you
can start creating XHTML documents right away. Also a ready to use
sample is provided in the samples project giving you a head start when
working with XHTML. <oXygen/> allows a very flexible document creation
management through document templates. You can easily create new XHTML
document templates from the editor content and you can publish your
templates to share them with other users.
Remote Editing
<oXygen/> XML Editor has built-in support for editing documents that
are stored on remote servers through the protocols: FTP, SFTP and
WebDAV, making it ideal for editing XHTML/HTML pages from your web
server.
Import HTML Documents as XHTML
HTML documents can be converted during load (imported) to XML allowing
you to benefit from the XML support like XPath queries and XSL
transformations for instance. During this process you can also associate
an XHTML DTD with the new converted document (either the strict or the
transitional XHTML DTD) so the converted document is ready to be
validated against the specified DTD.
|