level 2
wu1hongfen
楼主
<?xml version="1.0" encoding="gb2312"?>
<!DOCTYPE roster SYSTEM "3.14.dtd">
<roster>
<class id="c101">
<monitor ip="s101"/>
<department>信息工程</department>
<specialty>计算机应用</specialty>
</class>
<student ID="s101" type="特长生">
<name>李华</name>
<sex>男</sex>
<classto idf="c101"/>
</student>
<student ID="s102">
<name byname=“西门飘雪”>张谦</name>
<classto idf="c101"/>
</student>
</roster>
2013年11月19日 07点11分
1
<!DOCTYPE roster SYSTEM "3.14.dtd">
<roster>
<class id="c101">
<monitor ip="s101"/>
<department>信息工程</department>
<specialty>计算机应用</specialty>
</class>
<student ID="s101" type="特长生">
<name>李华</name>
<sex>男</sex>
<classto idf="c101"/>
</student>
<student ID="s102">
<name byname=“西门飘雪”>张谦</name>
<classto idf="c101"/>
</student>
</roster>