Project

General

Profile

Edit an existing application as an xml file » History » Revision 5

Revision 4 (Anchi Cheng, 09/16/2010 09:11 AM) → Revision 5/7 (Anchi Cheng, 10/17/2012 05:37 PM)

h1. Edit an existing application as an xml file 

 Application editor behaves well enough that it is not necessary to edit xml files. However, if you want to, here is how. 

 #    go to "http://your_myamiweb/addapp.php" with your web browser 
 #    Choose your existing application from Export section and export and save as an xml file. 
   
 #    Edit the xml file in any text editor. 
   
 Search for the name of the node class that you want to replace and make the changes. 
   
 The following section of the file controls the name of the application and version number 
 <pre> 
 <!-- ApplicationData --> 

 <sqltable name="ApplicationData"> 

 <field name="DEF_id" >264</field> 

 <field name="version" >6</field> 

 <field name="DEF_timestamp" >20041209145648</field> 

 <field name="name" >MSI-raster (1.0)</field> </sqltable> 
 </pre> 
 Change the application name in the "name" field as a new application 
 &nbsp; 
 #    Use the same webpage to import: Load the changed application xml file in the Import section and click import button. 




 ______ 

 [[Use the Application Editor to create Leginon applications|< Use the Application Editor to create or edit Leginon applications]] [[Reload and Edit an existing application|< Reload and Edit an existing application]] | [[Create Leginon "Simple Application"|Create Leginon "Simple Application" >]] 

 ______