很高兴桂林兄加入CommonTemplate的开发

桂林的blog:
http://jasongreen.iteye.com

桂林今天一天就完成了HTML属性语法外套的重构, 采用Jericho进行实现, 并抽取了策略接口, 真是佩服他的高效.

在下一版本(或下载每日构建版本)将可以使用有着高度容错能力的Jericho实现:
<table ct:if="users != null && users.size > 0">
	<tr ct:for="user: users">
		<td><span ct:out="user.name">James</span></td>
	</tr>
</table>

你可能感兴趣的:(html,xml,Blog,commontemplate)