Ignore:
Timestamp:
12/14/18 10:55:21 (5 years ago)
Author:
omamce
Message:

O.M. : mostly improvment of documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/update_xml.py

    r4153 r4195  
    3939 -v <value> | --value=<value> : new value for xml field 
    4040 -t <text>  | --text=<text>   : will replace the 'text' part of the Xpath by <text> 
    41 example 
     41examples 
    4242    python %(prog)s -i iodef.xml -n 'context[@id="interpol_run"]/file_definition/file[@id="file_src"]/field[@id="mask_source"]' -k name -v maskutil_T 
     43    python %(prog)s -i iodef.xml -n 'context[@id="interpol_run"]/file_definition/file[@id="dia"]/variable[@name="dest_grid"]'   -t ${dstDomainType} 
    4344    """ 
    4445    #print ( texte % ( sys.argv[0], sys.argv[0], sys.argv[0], sys.argv[0] ) ) 
Note: See TracChangeset for help on using the changeset viewer.