XML"
From Documentation
Line 8: | Line 8: | ||
Available only ZK EE | Available only ZK EE | ||
− | XML component sets. It is used to generate (static) XML document. For introductory please refer to [[ZK Developer's Reference/UI Patterns/XML Ouput|ZK Developer's Reference]]. | + | XML component sets. It is used to generate (static) XML document, such as [http://www.whatisrss.com/ RSS feed]. For introductory 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. | 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. |
Revision as of 10:46, 17 November 2010
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 introductory 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 : 2010/11/17
Version | Date | Content |
---|---|---|