Skip to content

Version 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@chengenzhao chengenzhao released this 08 Oct 08:08
· 182 commits to master since this release

Enhancements

  1. Allow multiple class, script and css tags
<css href="http://abc.com/my_css1.css"/>
<css href="http://abc.com/my_css2.css"/>

<class url="http://abc.com/" name="com.whitewoodcity.MyClass1" function="test"/>
<class url="http://abc.com/" name="com.whitewoodcity.MyClass2" function="test"/>

<script href="http://abc.com/test_javascript.js"/>
<script type="ruby" href="http://abc.com/test_ruby.rb"/>
  1. Any parse or execution of css, class or script will not affect the whole page rendering but will prompt a red question mark on the right-top corner button.

1

3) New Language Support: Java, since the xmlv file accept class tag, then Java file could be compiled into class file and then loaded by the browser.