我有一个XSLT 2.0需要用逗号解析xml标记的值并将其存储在数组中。 [英] I have an XSLT 2.0 that need to parse the value of an xml tag by comma and store it in array.

查看:64
本文介绍了我有一个XSLT 2.0需要用逗号解析xml标记的值并将其存储在数组中。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有一个XSLT 2.0需要用逗号解析xml标签的值并将其存储在数组中。



输入:

休闲,永久。



输出应为:

array [1] = Casual

array [2] = Permanent



谢谢

Hi,

I have an XSLT 2.0 that need to parse the value of an xml tag by comma and store it in array.

Input :
Casual, Permanent.

Output should be:
array[1]= Casual
array[2]= Permanent

Thanks

推荐答案

您需要使用教程网站,如 http://www.w3schools.com/ [ ^ ]并学习该语言。
You need to use a tutorial site like http://www.w3schools.com/[^] and learn the language.


这篇关于我有一个XSLT 2.0需要用逗号解析xml标记的值并将其存储在数组中。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆