摘要: <?xml version="1.0" encoding="UTF-8"?> <teachers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.example.org/teacher" xsi:sche 阅读全文
posted @ 2020-04-24 20:10 yxfyg 阅读(170) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE stus SYSTEM "stus.dtd"> <stus> <stu id="stu1"> <name>张三</name> <age>23</age> <address>上海</address> </ 阅读全文
posted @ 2020-04-24 20:08 yxfyg 阅读(124) 评论(0) 推荐(0)
摘要: 1 package com.yxfyg.test; 2 3 import java.io.File; 4 import java.util.List; 5 6 import org.dom4j.Document; 7 import org.dom4j.DocumentException; 8 imp 阅读全文
posted @ 2020-04-24 09:56 yxfyg 阅读(144) 评论(0) 推荐(0)