谁给我一段XML格式的数据

来源:百度知道 编辑:UC知道 时间:2024/06/18 12:20:56

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--在这里引入您的XSL 文件-->
<!--?xml-stylesheet type="text/xsl" href="3.xsl"?-->
<catalog>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
<cd>
<title>Hide your heart</title>
<artist>Bonnie Tyler</artist>
<country>UK</country>
<company>CBS Records</company>
<price>9.90</price>
<year>1988</year>
</cd>
<cd>
<title>Greatest Hits</title>
<artist>Dolly Parton</artist>
<country>USA</country>
<company>RCA</company>
<price>9.90</pri