XML"

From Documentation
(Created page with '{{ZUMLReferencePageHeader}} Name: xml File Extensions: xml Namespace: http://www.zkoss.org/2007/xml Namespace shortcut: xml Device: XML Available only ZK EE XML component…')
 
 
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
  Available only ZK EE
 
  Available only ZK EE
  
XML component sets. It is used to generate (static) XML document.
+
XML component sets. It is used to generate (static) XML document, such as [http://www.whatisrss.com/ RSS feed]. For introduction please refer to [[ZK Developer's Reference/UI Patterns/XML Ouput|ZK Developer's Reference]].
 +
 
 +
Most of XML elements with the XML namespace are mapped to a general XML component (<javadoc>org.zkoss.zml.XmlNativeComponent</javadoc>) that will generate the element and all its attributes to the client directly.
 +
 
 +
However, the XML component set also provide some components for different functionality. For more information please refer to [[ZK Component Reference/XML Components|ZK Component Reference]].
  
 
=Version History=
 
=Version History=
Last Update : {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Latest revision as of 03:32, 1 August 2011

Name: xml
File Extensions: xml
Namespace: http://www.zkoss.org/2007/xml
Namespace shortcut: xml
Device: XML
Available only ZK EE

XML component sets. It is used to generate (static) XML document, such as RSS feed. For introduction please refer to ZK Developer's Reference.

Most of XML elements with the XML namespace are mapped to a general XML component (XmlNativeComponent) that will generate the element and all its attributes to the client directly.

However, the XML component set also provide some components for different functionality. For more information please refer to ZK Component Reference.

Version History

Last Update : 2011/08/01


Version Date Content
     



Last Update : 2011/08/01

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