csdn改版,全改xml格式,我却无法将网页保存,用ie5.5,谁能解决
csdn改版,全改xml格式,我却无法将网页保存,用ie5.5,谁能解决 问题点数:20、回复次数:4Top
1 楼karma(无为MS MVP)回复于 2002-02-21 14:20:25 得分 10
save the xml file, download
http://www.csdn.net/expert/Xsl/2.xsl
save 2.xsl in the same directory as the xml file, and change this line in the xml file
<?xml:stylesheet type='text/xsl' href='/expert/Xsl/2.xsl'?>
to
<?xml:stylesheet type='text/xsl' href='2.xsl'?>Top
2 楼zheng_can(nothrow)回复于 2002-02-21 14:27:45 得分 10
先将 http://www.csdn.net/expert/Xsl/2.xsl 当下来,保存到某个盘的根目下的expert目录中,例 e:\expert\2.xsl
然后将所有当下来的页面也保存到同一个盘中,如 e:
这时,双击打开所保存的页面即可Top
3 楼netty(程序员的眼睛。魔术师的手。)回复于 2002-02-21 17:10:17 得分 0
高Top
4 楼rayofdawn()回复于 2002-02-21 21:14:04 得分 0
原来如此!Top




