转换时遇到问题。
xmlSets = new XML(event.target.data);
sbjList=xmlSets..subject; //XMLList; it can be any filter here from main xmlSets file
xmlText.text = sbjList; // text in text input box where the text can be changed
我想保存更改
xmlText - > sbjList ??怎么??
我将保存xmlSets,我期望通过sbjList进行所有更改。
答案 0 :(得分:0)
sbjList.text()提供了一个您想要输入的字符串:
xmlText.text = sbjList.text();