Skip to content

Instantly share code, notes, and snippets.

@hiroxpepe
Created February 20, 2012 14:10
Show Gist options
  • Save hiroxpepe/1869391 to your computer and use it in GitHub Desktop.
Save hiroxpepe/1869391 to your computer and use it in GitHub Desktop.
a ZK Framework XML schema example.
<?xml version="1.0" encoding="UTF-8"?>
<zk xmlns="http://www.zkoss.org/2005/zul" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">
<window title="Hello World!!" border="normal" width="500px">
</window>
</zk>
This is a ZK Framework's XML schema example.
If you are describing a XML schema on your .zul file, You get a IDE Intellisence from like the NetBeans IDE.
(:D
Copy link

ghost commented Jun 19, 2019

thanks a lot that was very helpfull.
needs a tiny correction now though https://www.zkoss.org/2005/zul/zul.xsd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment