0

伙计们,我需要你的帮助。

我有一个列表,它包含两列:标题和比例

List                                         xml
-----                                        ---------
Title      Scale                             root

Title1     1                                    <Scale>1</Scale>
title2     3                                    <Scale>3</Scale>
title3     5                                    <Scale>5</Scale>
title4     8                                    <Scale>8</Scale>

and so on

标题字段已经填好,假设使用以下值:Title1、title2 和 Title3。现在,我想用 xml 文件中的值填充 Scale 字段。

我不知道如何做到这一点。请问可以帮忙吗???

4

1 回答 1

0

As for what I know, you cannot enter it through the xml file. But I am pretty sure you can use a c sharp code to edit each item (SPListItem)

于 2012-08-21T07:14:07.633 回答