博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

cnsLinux博客

操作系统|编程语言|服务器|网络|防火墙|安全|路由|数据库|备份|日志|IT|电子邮件|流媒体|健康|医院|求职|招聘|工作|人才|空间Linux|C|C++|Java|Python|PHP|SQL|类库|网页|office|英语
  cnscn2008.cublog.cn

关于作者
作者:cnscn 
QQ: 214363570
MSN:cnscn@163.com
主页:http://www.cnscn.org    

文章要有质量...
|| << >> ||
我的分类


XSL中如何为输出添加空格?
在xsl中可使用&#160;来代替平时在html中使用的&nbsp;表示的空格


<xsl:element name="a">
 <xsl:attribute name="href">http://www.cnscn.org</xsl:attribute>
 <xsl:attribute name="class">list1</xsl:attribute>
 <xsl:attribute name="target"><xsl:value-of select="/BLOG/STYLE_TARGET" /></xsl:attribute>
  <font style="font-size:10pt" color="#02368D"><b>Unix/Linux/C/C++/Java </b></font>
</xsl:element>   

&#160;&#160;

<xsl:element name="a">
 <xsl:attribute name="href">http://www.cnscn.org</xsl:attribute>
 <xsl:attribute name="class">list1</xsl:attribute>
 <xsl:attribute name="target"><xsl:value-of select="/BLOG/STYLE_TARGET" /></xsl:attribute>
  <font style="font-size:10pt" color="#02368D"><b>Unix/Linux/C/C++/Java </b></font>
</xsl:element>

发表于: 2007-09-27,修改于: 2007-09-27 17:40,已浏览803次,有评论0条 推荐 投诉


网友评论
 发表评论