随笔分类 -  XML

摘要:1.XSLT on the Client @RequestMapping(value = "/XSLTClient") public String XSLTClient() { return "XSLTOnClient"; } <!-- XSLTOnClient.html --> <!DOCTYPE 阅读全文
posted @ 2020-08-21 11:58 gzhjj 阅读(112) 评论(0) 推荐(0)
摘要:1.示例 cdcatalog.xml: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?> <catalog> <cd> <title>Empire Burles 阅读全文
posted @ 2020-08-20 11:20 gzhjj 阅读(229) 评论(0) 推荐(0)