删除其中任何record,结构是这样的
<?xml version="1.0" encoding="gb2312"?>
<root>
<record type="1">
<Id>3001</Id>
<title>清华</title>
<url>http</url>
<fee></fee>
<prePrice></prePrice>
</record>
<record type="2">
<Id>3002</Id>
<title>北大土木工程培训</title>
<url>http</url>
<fee>600</fee>
<prePrice>500</prePrice>
</record>
<record type="1">
<Id>3001</Id>
<title>北大</title>
<url>http</url>
<fee></fee>
<prePrice></prePrice>
</record>
</root>