Difference between revisions of "Menu"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "The menu provides the following commands: * '''Save''' :This command saves the current document. Document can’t be saved if there are any inconsistencies. User should first an...")
 
 
Line 1: Line 1:
 
The menu provides the following commands:
 
The menu provides the following commands:
  
* '''Save'''
+
* '''[[Save]]'''
 
:This command saves the current document. Document can’t be saved if there are any inconsistencies. User should first analyze the area of warning in order to resolve anomalies and then try to save again.
 
:This command saves the current document. Document can’t be saved if there are any inconsistencies. User should first analyze the area of warning in order to resolve anomalies and then try to save again.
  
* '''Discard'''
+
* '''[[Discard]]'''
 
:This command discards the changes. All changes will be lost.
 
:This command discards the changes. All changes will be lost.
  
* '''Download document'''
+
* '''[[Download document]]'''
 
:Clicking the right mouse button you save the document in the client-side XML format. The download also contains the information necessary for editing, to build the user interface (so that the document can be uploaded at a later time). To view the document must use the icon to view the document described below.
 
:Clicking the right mouse button you save the document in the client-side XML format. The download also contains the information necessary for editing, to build the user interface (so that the document can be uploaded at a later time). To view the document must use the icon to view the document described below.
  
* '''Search in document'''
+
* '''[[Search in document]]'''
 
:Search within the document by specifying a keyword. It is also possible to do an advanced search based on the type of key search terms, if from the root node or the current node and other options.
 
:Search within the document by specifying a keyword. It is also possible to do an advanced search based on the type of key search terms, if from the root node or the current node and other options.
  
* '''XQuery'''
+
* '''[[XQuery]]'''
 
:Allows you to easily retrieve information within the XML document and going to be a sort of "SQL for XML." XQuery allows the command using a simple syntax and easily readable to make, as smoothly as possible, queries on data.
 
:Allows you to easily retrieve information within the XML document and going to be a sort of "SQL for XML." XQuery allows the command using a simple syntax and easily readable to make, as smoothly as possible, queries on data.
  
* '''Show document'''
+
* '''[[Show document]]'''
 
:This command shows the entire XML document that is being compiled. You must not use this command to download the document. For that, use the command [Download document].
 
:This command shows the entire XML document that is being compiled. You must not use this command to download the document. For that, use the command [Download document].
  
* '''Show element'''
+
* '''[[Show element]]'''
 
:This elements has the same behaviour of [View document] but shows only the document fragment starting from the current element.
 
:This elements has the same behaviour of [View document] but shows only the document fragment starting from the current element.

Latest revision as of 09:25, 11 January 2012

The menu provides the following commands:

This command saves the current document. Document can’t be saved if there are any inconsistencies. User should first analyze the area of warning in order to resolve anomalies and then try to save again.
This command discards the changes. All changes will be lost.
Clicking the right mouse button you save the document in the client-side XML format. The download also contains the information necessary for editing, to build the user interface (so that the document can be uploaded at a later time). To view the document must use the icon to view the document described below.
Search within the document by specifying a keyword. It is also possible to do an advanced search based on the type of key search terms, if from the root node or the current node and other options.
Allows you to easily retrieve information within the XML document and going to be a sort of "SQL for XML." XQuery allows the command using a simple syntax and easily readable to make, as smoothly as possible, queries on data.
This command shows the entire XML document that is being compiled. You must not use this command to download the document. For that, use the command [Download document].
This elements has the same behaviour of [View document] but shows only the document fragment starting from the current element.