很簡單的例子:
先看下xml文件的基本格式
xml格式
xml version="
1.0"
encoding="
utf-8
"?>
<
books
>
<
book
>
<
author
>
lucy
author
>
<
price
>
30price
>
<
pubdate
>05/
08/2000
pubdate
>
<
publisher
>
清華大學出版社
publisher
>
book
>
<
book
>
<
author
>
lily
author
>
<
price
>
40price
>
<
pubdate
>06/
09/2001
pubdate
>
<
publisher
>
北京大學出版社
publisher
>
book
>
<
book
>
<
author
>
jimauthor
>
<
price
>
50price
>
<
pubdate
>07/
10/2002
pubdate
>
<
publisher
>
南京大學出版社
publisher
>
book
>
<
book
>
<
author
>
bruce
author
>
<
price
>
60price
>
<
pubdate
>08/
11/2003
pubdate
>
<
publisher
>
上海大學出版社
publisher
>
book
>
books
>
在aspx檔案中拖入乙個xml控制項,設定下documentsource屬性即可!
不過show出來的東東並沒有把記錄分開,而是連續的。如果要把記錄分開,必須用xsl樣式表。
配置控制項背景的xml檔案
在drawable目錄下新建xml檔案,xmlns android android shape rectangle android endcolor 80ff00ff android angle 270 android top 20dp android right 7dp android botto...
如何繫結DATAGRID控制項和XML文件
在網上找了一些資料,但是都沒有說明白原理,幸虧高人指點了解一二 肯定是將xml轉化為dataset 作的。轉化就不說了,肯定了解,就看一下xml轉化為dataset後的結構 我自己寫了點 試驗了以下,我的xml檔案是這樣的 這樣轉化為dataset時其實有兩個表,items 和 item items...
Flex中為控制項使用遠端XML資料
通過httpservice獲取xml資料 在瀏覽器中輸入 http www.flexgrocer.com units.xml,可以看到xml格式文件,將使用httpservice獲取該xml中的資料。開啟前面完成的dataentry.mxml檔案,如下 在中匯入兩個類,如下 在下面新增標籤,如下 當...