您的位置:首页 > 编程语言 > PHP开发

Creating Output(Chapter 4 of XSLT 2nd Edition)

2019-08-01 21:22 267 查看
原文链接:https://www.geek-share.com/detail/2506578501.html   In XSLT 2.0, <xsl:value-of> has a separator attribute. If the select attribute is a sequence of items, those items are output in sequence, with the value of the separator attribute between them.  There are some changes to the <xsl:number> element in XSLT 2.0. First of all, three new formats have been added: w, W, and Ww. Those formats produce words in the default language on your machine (there’s also a lang attribute you can use to change the language).   The XSLT spec gives us two ways of dealing with whitespace nodes. We can use the <xsl:preserve-space> and <xsl:strip-space> nodes to keep or delete whitespace. 

转载于:https://www.cnblogs.com/zhtf2014/archive/2011/01/21/1940925.html

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐