作者热门文章
- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我在 XML 文档中有以下节点:
<node>This is some text.</node>
我想选择文本的前 10 个字符。我该怎么做?
最佳答案
您可以使用 substring 函数来选择前 10 个字符。
<xsl:value-of select="substring(node/text(),1,10)"/>
希望对你有帮助
关于xml - xsl : How to select the first x number of characters in a node?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5874701/
我是一名优秀的程序员,十分优秀!