The ZK Namespace"

From Documentation
(Created page with '== The XML Namespace == If there is name conflicts, you could specify the XML name space: http://www.zkoss.org/2005/zk <source lang="xml" > <nowiki><zk:attribute xmlns:zk="<…')
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== The XML Namespace ==
+
{{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>
 +
 +
==Version History==
 +
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 +
{{ZKZUMLReferencePageFooter}}

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.