-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
-
None
Such as ZHTML page should be able to contain a HTML syntax that parser won't raise any exception on it.
For example,
<html> <head> <!--[if lte IE 9]> <link rel="stylesheet" href="../assets/css/test.min.css" /> <![endif]--> </head> <body> <u:window xmlns:u="zul" title="test" id="mainWindow" apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('test.MyVM')" height="100%" width="100%"> © Test </u:window> </body> </html>