如何驗證xml的schema正確性
2 回答

手掌心
TA貢獻(xiàn)1942條經(jīng)驗 獲得超3個贊
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | xml文件如下: <?xml version="1.0" encoding="ISO-8859-1"?>
<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> </catalog> |
- 2 回答
- 0 關(guān)注
- 621 瀏覽
添加回答
舉報
0/150
提交
取消