[mlview-list] Fwd: New patche



Salut Crevette,

J'ai cree ce document user guide.
pour l'instant il est juste en xml. j'ai pas applique de transfo! d'ailleurs je
suis preneur de conseil sur comment proceder.

Merci de tes commentaires

A+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<article>
  <title>Get start with document editing in the MlView XML Editor</title>
  <section>
    <title>Introduction</title>
    <para>MlView is a xml editor for GNOME.</para>
    <para>The main fatures or MlView are:<itemizedlist><listitem><formalpara><title>cut/copy/paste</title><para>cut/copy/paste as child/paste as prev/paste as next/ of xml elements</para></formalpara></listitem><listitem><formalpara><title>search</title><para>xml element/attributes search</para></formalpara></listitem><listitem><formalpara><title>multi docs edition</title><para>Several documents can be opened/edited at the same time</para></formalpara></listitem><listitem><formalpara><title>multi views edition</title><para>Several editing views can be opened on the same document</para></formalpara></listitem><listitem><formalpara><title>drag and drop</title><para>drag and drop based copy/cut/past of xml elements</para></formalpara></listitem><listitem><formalpara><title>xml tree edition</title><para>addition of xml elements and attributes can be made directly on the tree</para></formalpara></listitem><listitem><formalpara><title>namespace suport</title><para>MlView support namespace</para></formalpara></listitem><listitem><formalpara><title>on-demand validation </title><para>MlView support validation of a document again a DTD</para></formalpara></listitem><listitem><formalpara><title>Validation off</title><para>Validation can be switched off. The xml document editon can then be done without any constraint.</para></formalpara></listitem><listitem><formalpara><title>graphical error reporting</title><para>Parse/validation time errors reported graphically. This feature is new so it may be buggy or not well polished ...</para></formalpara></listitem><listitem><formalpara><title>completion feature</title><para>when validation is switched on, MlView proposes an elements/attributes completion feature. When an element is added to the tree, MlView also adds the children elements required by the DTD for the document to be valid.</para></formalpara></listitem><listitem><formalpara><title>A clean code</title><para>MlView  respect free software best practices coding rules.</para></formalpara></listitem></itemizedlist></para>
</section>
  <section>
    <title>Technical details</title>
    <para>MlView could be download at http://www.freespiders.org/projects/gmlview/download.php, the lastest release version is the 0.7.1</para>
  </section>
  <section>
    <title>MlView GUI</title>
  <sub-section>
    <title>MlView Main Windows at startup</title>
    <para>When you launch Mlview, no document are open. You only have the menu bar (with the option File and Help active) and the horizontal bar (with the option New and Open active).</para>
  </sub-section>
 <sub-section>
    <title>MlView Main Windows with a document opened</title>
    <para>When a document is opened, the main windows is divided in two part: the upper part of the windows contain the current edition view. The lower part contain the details of the current node your are editing in the current edition view. It is in this part that you usually enter any text you need to write down.</para>
 <para>The botton you founf on the horizontal bar are:<itemizedlist><listitem><formalpara><title>New</title><para>To create a new xml document</para></formalpara></listitem><listitem><formalpara><title>Open</title><para>To open an existing document</para></formalpara></listitem><listitem><formalpara><title>Save</title><para>To save the curent opened document</para></formalpara></listitem><listitem><formalpara><title>Undo</title><para>To undo the last action</para></formalpara></listitem><listitem><formalpara><title>Redo</title><para>To redo the last undo action</para></formalpara></listitem><listitem><formalpara><title>Schema</title><para>To associate a schema to the current file, for verification purposes</para></formalpara></listitem><listitem><formalpara><title>Validation</title><para>To validate the document again the schema</para></formalpara></listitem><listitem><formalpara><title>Apply XSL Transformation</title><para>To transform the current xml using a given xslt sheet</para></formalpara></listitem></itemizedlist>
</para>
  </sub-section>
  <sub-section>
    <title>MlView Menu Bar</title>
    <para>Here, you fine some usual menus like File, Edit and Help. You also have a Tools menu with specific actions related to xml documents. Let look at the content of each menu:
<itemizedlist><listitem><formalpara><title>The File Menu</title><para>To create a new xml document</para></formalpara></listitem><listitem><formalpara><title>The Edit Menu</title><para>To be continued... </para></formalpara></listitem><listitem><formalpara><title>The Tools Menu</title><para>To be continued... </para></formalpara></listitem><listitem><formalpara><title>The Help Menu</title><para>To be continued... </para></formalpara></listitem></itemizedlist>
</para>
  </sub-section>    <para>Last modified the September, 13 November 2004</para>
  </section>
</article>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]