Mlview Manual V 0.2
This manual describes version 0.7.1 of MView XML Editor.
Copyright © 2004, 2004 Mohinz Tidjani
Feedback
To report a bug or make a suggestion regarding the MlView application or this manual, follow the directions in the GNOME Feedback Page.
| Revision History | |
|---|---|
| Revision MlView Manual V0.2 | December 2004 |
|
GNOME Documentation Project | |
Table of Contents
MlView is a generic XML Editor to edit xml files in a user friendly manner. MlView focuses on the support for multiple and different editing views for documents. Its goal is to support comfortable editing of every XML file and provide a powerful platform structured documents editing.
You can start MlView in the following ways:
- menu
Choose ->.
- Command line
To start MlView from a command line, type the following command, then press Return:
mlview myxmlfilename.xml
where myxmlfilename.xml is the name of the file you want to open.
MlView is designed around the concept of "Multiple editing views". When you open an xml document, MlView creates an editing view to let you edit that document. The editing view is actually the grapical representation of the document.
When you start MlView, the following window is displayed.
The MlView window contains the following elements:
- Menubar.
The menus on the menubar contain all of the commands you need to work with files in MlView.
- Toolbar.
The toolbar contains a subset of the commands that you can access from the menubar.
You can use the MlView application to perform the following tasks:
“Open a XML File” Open a XML File
“Open another View” Open another View
“Scroll a XML File” Scroll a XML File
“Edit an opened XML Document” Edit an opened XML Document
“Transform an XML Document” Transform an XML Document
“Validate a XML Document” Validate a XML Document
“Close a XML Document ” Close a XML Document
“Close MlView” Close MlView
to open a xml file, choose ->. The Open File dialog is displayed. Select the file that you want to open, then click . To open a file from a location, choose ->. Enter the -> where the distant file reside.
If you try to open a file format that MlView does not recognize, the application displays an error message.
While loading the file, if a DTD is specified in you document, Mlview ask you if you want to load this DTD or if you want to use another DTD.
In MlView, when you open a document, the graphical representation of the document you see on the screen is called an "editing view" of that document. The document itself is an abstraction that is kept in memory.
To Open another View of your opened xml document, choose ->. The main windows will now display another view of your opened document.
Information about multi view: This feature would be part of the mlview 0.8 release version
Caution
This feature in not part on the mlview 0.7.1 release version
To scroll a xml file that is larger than the image window or full screen window, you can use the following methods:
Use the arrow keys on the keyboard.
Use the scrollbars on the window.
To edit an opened xml document, you can do one of the following actions :
Add a Child Node. To do so, choose ->.
Insert a node before the current node. To do so, choose ->.
Insert a node after the current node. To do so, choose ->.
Copy a node. To do so, choose ->.
Cut a node. To do so, choose ->.
Paste a node as child of the current node. To do so, choose ->.
Paste A Node As preceding-sibling. To do so, choose ->.
Paste A Node As following-sibling. To do so, choose ->.
Select Next Node. To do so, choose ->.
Select Previous Node. To do so, choose ->.
Select Parent Node. To do so, choose ->.
Search for A Node. To do so, choose ->.
To tranform an xml document into another xml document, using xslt and a template, do the following:
From the ->.
From the menu bar, choose ->.
Tip
MlView will ask you to open the xsl file you want to use for the transfromation. If one or more xsl file are already open, mlview will ask which one you want to use for your transformation.
To validate a xml document against a DTD, do the folowing:
From the menu bar, choose ->to load the DTD file you want to validate your document against.
Once the DTD file is load on MlView, From the menu bar, choose ->. A validation windows pop up and ask you to run the validation again the choosen DTD file
From the validation windows, choose . The validation windows indicate wether the validation was succesfull or not.
Tip
To configure MlView, choose ->. The Preferences dialog contains the following tabbed sections:
MlView was written by Dodji Seketeli (Author and maintainer) (<dodji at seketeli dot org>).
Substantial contributors: Nicolas Centa (< happypeng at free dot fr>) Philippe Mechai (< pmechai at free dot fr>) Baptiste Mille-Mathias (< bmm80 at free dot fr>)
Former contributors: Gael Chamoulaud <strider@gnome.org > Stephane Bonhomme <s dot bonhomme at wanadoo dot fr>
To find more information about MlView, please visit the MlView Web page.
To report a bug or make a suggestion regarding this application or this manual, follow the directions in this document.
This program is distributed under the terms of the GNU General Public license as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this license can be found at this link, or in the file COPYING included with the source code of this program.
