A way to support a different namespace parser for attributes

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 7.0.3
    • Affects Version/s: 7.0.3
    • Component/s: Configuration
    • None
    • None

      For example,

      <html xmlns:ng="http://angularjs.org" lang="en"
      	 xmlns="native" xmlns:u="zul" xmlns:zk="zk">
          <u:div ng:controller="MyCtl"
      		ng:carList="@load(vm.carList)"
      		ng:keyword="@bind(vm.keyword) @validator('beanValidator')"
      		ng:selectedCar="@save(vm.selectedCar)"
      		ng:errorMessage="@load(vmsgs[myWin])">
          </u:div>
      </html>
      

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

              Created:
              Updated:
              Resolved: