随笔分类 - XML学习采集
摘要:1。<xsl:stylesheet version="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform">2.<xsl:template match="/"> <html></html>3.<xsl:for-each select="catalog/cd">4 <xsl:sort select="artist"/>5. <xsl:if test="pric
阅读全文
摘要:<?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> <h2>My CD Collection</h2> <table border=&quo
阅读全文

浙公网安备 33010602011771号