- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/xmlzen/
软件介绍
xmlzen是一个轻量级的Java工具用于解析XML和DOM文档。
示例代码:
String xml = XmlBuilder.newXml("UTF-8", true)
.openTag("xml").withAttribute("id", 1)
.openTag("thisishow")
.withValue("you can build")
.closeTag()
.openTag("your").withAttribute("xml", "nicely").toString(true);
Pro HTML5 Programming
Peter Lubbers、Brian Albers、Frank Salim / Apress / 2010-9-1 / USD 49.99
HTML5 is here, and with it, web applications take on a power, ease, scalability, and responsiveness like never before. In this book, developers will learn how to use the latest cutting-edge HTML5 web ......一起来看看 《Pro HTML5 Programming》 这本书的介绍吧!
