
XML
Johnson_llguo
这个作者很懒,什么都没留下…
展开
-
web.xml
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/n原创 2010-08-25 18:43:26 · 108 阅读 · 0 评论 -
dom4j 实现 xml文件内容 追加
SAXReader reader = new SAXReader(); Document doc = reader.read(new File("D:\\test.xml")); Element root = doc.getRootElement(); root.addElement("Content"); OutputFormat format = OutputForma...原创 2010-09-02 18:10:26 · 330 阅读 · 0 评论 -
LoaderServerListener
public class LoaderServerListener implements ServletContextListener原创 2010-09-29 20:13:17 · 171 阅读 · 0 评论 -
xml dom xpath
xml文件 books.xml <inventory> <book year="2000"> <title>Thinking in Java</title> <author>TEST</author..原创 2011-07-29 18:11:42 · 143 阅读 · 0 评论 -
Dom4j的使用
全而好的文章 http://xhy0422.iteye.com/blog/50235原创 2012-02-09 16:26:36 · 148 阅读 · 0 评论