Blog信息 |
blog名称:网络爬虫 日志总数:39 评论数量:202 留言数量:2 访问次数:245756 建立时间:2005年3月22日 |

| |
[XML应用]使用XSL将XML文档中的CDATA注释输出为HTML文本 软件技术
网络爬虫 发表于 2005/5/3 18:24:50 |
示例代码
1. test.xml
<?xml version="1.0" encoding="gb2312"?> <?xml-stylesheet href="test.xsl" type="text/xsl"?> <entry> <title>entry with images</title> <date>August 09, 2003</date> <author>Kevin</author> <idnum>000033</idnum> <permalink>http://alazanto.org/xml/archives/000 |
|
|