XML"
From Documentation
(2 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. For | + | 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. | 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. | ||
Line 15: | Line 15: | ||
=Version History= | =Version History= | ||
− | + | {{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
Version | Date | Content |
---|---|---|