The depends Element"

From Documentation
m
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
 +
'''Syntax:'''
 +
<depends>''a_list_of_config_names''</depends>
 +
 +
It specifies what configurations this configuration depends on. If specified, this configuration will be parsed after all specified configurations are parsed.
 +
 +
Example,
 +
 +
<source lang="xml">
 +
<depends>zkex, zkmax</depends>
 +
</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.
  
 
=Version History=
 
=Version History=

Revision as of 07:16, 21 December 2010




Syntax:

<depends>a_list_of_config_names</depends>

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 : 2010/12/21


Version Date Content
     



Last Update : 2010/12/21

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