Processing Instructions

From Documentation
Revision as of 04:02, 5 November 2010 by Tomyeh (talk | contribs) (Created page with '{{ZUMLReferencePageHeader}} Each XML processing instruction specifies the instruction how to process the XML document. It is called directives in ZK. For example, the following …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DocumentationZUML ReferenceZUMLProcessing Instructions
Processing Instructions


Each XML processing instruction specifies the instruction how to process the XML document. It is called directives in ZK. For example, the following specifies the page title and style.

<?page title="Grey background" style="background: grey"?>

Notice that there shall be no whitespace between the question mark and the processing instruction's name (i.e., page in the above example).





Last Update : 2010/11/05

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