随笔分类 - XML
摘要:1.XSLT on the Client @RequestMapping(value = "/XSLTClient") public String XSLTClient() { return "XSLTOnClient"; } <!-- XSLTOnClient.html --> <!DOCTYPE
阅读全文
摘要:1.示例 cdcatalog.xml: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?> <catalog> <cd> <title>Empire Burles
阅读全文