AXEL / XTiger XML documentation

XTiger XML language specification
This is the XTiger XML language specification.
Integrator's guide
A FAQ document targeting at developers that want to use AXEL in their Web application.
User's manuel
A very incomplete user's manual, however it can be quickly read as a follow up to the previous FAQ .
Howto plugins
This document describes the plugin API. Plugins are modules made of a registered factory object that can instantiate model objects that implement a primitive editor.
Howto filters
This document describes the filter architecture. Filters are easy to write object classes that extend AXEL primitive editor plugins.
Howto services
This document describes the service architecture. Services are modules that can be instantiated inside a template to add functionalities beyond editing that can react to editing events.
Howto photo plugin
This document describes the 'photo' primitive editor plugin. This editor can be used to upload photos inside a template. It requires a server-side counterpart to manage received photo files.
Howto link plugin
This document describes the 'link' primitive editor plugin. This editor can be used to edit link text and address. The handle only shows the link text, it triggers a lens showing the text and the address when selected.
Howto video plugin
This document describes the 'video' primitive editor plugin. This editor can be used to edit YouTube URLs. The handle shows a YouTube video player, it triggers a lens showing the video URL when selected.
Howto richtext plugin
This document describes the 'richtext' primitive editor plugin. This editor can be used to edit paragraphs with Italic, Bold and Underline formating. It's content model is saved as standard HTML code with CSS styling attributes. The handle shows the styled text, it triggers a lens with the Italic, Bold and Underline command buttons when selected.