91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

?如何使用xml和xsl做網頁

發布時間:2021-01-28 10:05:03 來源:億速云 閱讀:268 作者:小新 欄目:編程語言

這篇文章主要介紹如何使用xml和xsl做網頁,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

用xml和xsl做網頁。直接大家保存兩個文件運行即可。

cdcatalog.xml 相當于html
cdcatalog.xsl 相當于css

cdcatalog.xml
[html] view plaincopy

<?xml version="1.0" encoding="ISO-8859-1"?> 
<?xml-stylesheet type="text/xsl" href="http://www.php1.cn/">
 
<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>Empire Burlesqu2e</title> 
    <artist>Bob Dyla2n</artist> 
    <country>USA2</country> 
    <company>Columbia2</company> 
    <price>10.91</price> 
    <year>1983</year> 
  </cd> <cd> 
    <title>Empire Burlesqu2e</title> 
    <artist>Bob Dyla2n</artist> 
    <country>USA2</country> 
    <company>Columbia2</company> 
    <price>10.91</price> 
    <year>1983</year> 
  </cd> <cd> 
    <title>Empire Burlesqu2e</title> 
    <artist>Bob Dyla2n</artist> 
    <country>USA2</country> 
    <company>Columbia2</company> 
    <price>10.91</price> 
    <year>1983</year> 
  </cd> <cd> 
    <title>Empire Burlesqu2e</title> 
    <artist>Bob Dyla2n</artist> 
    <country>USA2</country> 
    <company>Columbia2</company> 
    <price>10.91</price> 
    <year>1983</year> 
  </cd> <cd> 
    <title>Empire Burlesqu2e</title> 
    <artist>Bob Dyla2n</artist> 
    <country>USA2</country> 
    <company>Columbia2</company> 
    <price>10.91</price> 
    <year>1983</year> 
  </cd> 
</catalog>





cdcatalog.xsl

[html] view plaincopy

<?xml version="1.0" encoding="ISO-8859-1"?> 
 
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
 
<xsl:template match="/"> 
  <html> 
  <body> 
    <h3>My CD Collection</h3> 
    <table border="1"> 
    <tr bgcolor="#9acd32"> 
      <th align="left">Title</th> 
      <th align="left">Artist</th> 
    </tr> 
    <xsl:for-each select="catalog/cd"> 
    <tr> 
      <td><xsl:value-of select="title"/></td> 
      <td><xsl:value-of select="artist"/></td> 
    </tr> 
    </xsl:for-each> 
    </table> 
  </body> 
  </html> 
</xsl:template> 
 
</xsl:stylesheet>

用瀏覽器打開cdcatalog.xml看效果。大多數瀏覽器和編程語言都支持的。

效果:

My CD Collection

Title Artist
Empire BurlesqueBob Dylan
Empire Burlesqu2eBob Dyla2n
Empire Burlesqu2eBob Dyla2n
Empire Burlesqu2eBob Dyla2n
Empire Burlesqu2eBob Dyla2n
Empire Burlesqu2eBob Dyla2n

以上是“如何使用xml和xsl做網頁”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

田阳县| 会泽县| 太仓市| 邯郸市| 重庆市| 桐乡市| 平潭县| 万州区| 金华市| 嘉义市| 塔河县| 静乐县| 镇远县| 日照市| 汽车| 肥城市| 青海省| 怀宁县| 乌鲁木齐县| 察雅县| 普兰店市| 新竹县| 柘荣县| 雷山县| 巴青县| 毕节市| 和政县| 涿州市| 任丘市| 盐池县| 凉山| 乐山市| 兰西县| 棋牌| 禄丰县| 蓬安县| 友谊县| 连南| 云梦县| 高碑店市| 巴南区|