2011年11月10日
摘要: 创建 XSL 样式表然后创建一个带有转换模板的 XSL 样式表("cdcatalog.xsl"):<?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> 阅读全文
posted @ 2011-11-10 18:03 BobLiu 阅读(697) 评论(0) 推荐(0)