The depends Element"

From Documentation
m
m
Line 4: Line 4:
 
'''Syntax:'''
 
'''Syntax:'''
 
  <depends>''a_list_of_config_names''</depends>
 
  <depends>''a_list_of_config_names''</depends>
 +
 +
[Optional]
  
 
It specifies what configurations this configuration depends on. If specified, this configuration will be parsed after all specified configurations are parsed.
 
It specifies what configurations this configuration depends on. If specified, this configuration will be parsed after all specified configurations are parsed.

Revision as of 08:20, 6 May 2011




Syntax:

<depends>a_list_of_config_names</depends>
[Optional]

It specifies what configurations this configuration depends on. If specified, this configuration will be parsed after all specified configurations are parsed.

Example,

<depends>zkex, zkmax</depends>

which means this configuration won't be parsed until /metainfo/zk/config.xml in both zkex and zkmax are parsed.

Version History

Last Update : 2011/05/06


Version Date Content
     



Last Update : 2011/05/06

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.