0
我的index.htmlxml附加xsl並放入html爲什麼不起作用?
<body>
<div id="nav">
<ul>
<li id="cd123">CD</li>
</ul>
</div>
<div id="data">
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
<!-- Edited by XMLSpy® -->
<catalog>
<data>topic</data>
<cd id="cd123">
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
.....
</catalog>
</div>
使用XSL 從
http://www.w3schools.com/xsl/cdcatalog.xsl
http://www.w3schools.com/xsl/cdcatalog_with_xsl.xml
任何人都可以給我一些代碼或把戲,我實現了這個?
感謝