The ZK Namespace"

From Documentation
 
Line 1: Line 1:
 
{{ZKZUMLReferencePageHeader}}
 
{{ZKZUMLReferencePageHeader}}
  
If there is name conflicts, you could specify the XML name space:
+
The ZK namespace (<nowiki>http://www.zkoss.org/2005/zk</nowiki>) is used to specify XML attributes. ZK Loader will try to identify the ZK attributes automtically. However, if there is a conflict, you could specify the ZK namespace explicitly.
 +
 
  
http://www.zkoss.org/2005/zk
 
 
   
 
   
 
  <source lang="xml" >
 
  <source lang="xml" >
  <nowiki><zk:attribute xmlns:zk="</nowiki>http://www.zkoss.org/2005/zk">
+
  <zk:attribute xmlns:zk="http://www.zkoss.org/2005/zk">
 
  ...
 
  ...
 
</source>
 
</source>

Latest revision as of 11:28, 19 July 2010


The ZK namespace (http://www.zkoss.org/2005/zk) is used to specify XML attributes. ZK Loader will try to identify the ZK attributes automtically. However, if there is a conflict, you could specify the ZK namespace explicitly.


 <zk:attribute xmlns:zk="http://www.zkoss.org/2005/zk">
 ...

Version History

Version Date Content
     



Last Update : 2010/07/19

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