The depends Element"

From Documentation
m
m (correct highlight (via JWB))
 
(One intermediate revision by one other user not shown)
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.
Line 13: Line 15:
 
</source>
 
</source>
  
which means this configuration won't be parsed until <tt>/metainfo/zk/config.xml</tt> in both <tt>zkex</tt> and <tt>zkmax</tt> are parsed.
+
which means this configuration won't be parsed until <code>/metainfo/zk/config.xml</code> in both <code>zkex</code> and <code>zkmax</code> are parsed.
  
 
=Version History=
 
=Version History=

Latest revision as of 08:51, 19 January 2022




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 : 2022/01/19


Version Date Content
     



Last Update : 2022/01/19

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