Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2476

Support to plug a different parser for parsing a page

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 8.0.0
    • 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%">
      	&copy Test
      </u:window>
      </body>
      </html>
      

            jumperchen jumperchen
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: