3
尋找Omni Xml包的可讀範例。omni xml,是否有一個簡單的當前讀取XML文件的例子?
該文檔現在是2個示例,用於加載和寫入,沒有關於讀取,也沒有迭代。
,你可以提供一個簡單的讀取XML,例如一個重複的屬性
如
<root>
<value p1=1></value>
<value p1=2 p2='32432'/>
<value p1=3 p3='fdsf'><other></other></value>
</root>
如何遍歷所有的值,並獲得P1財產。
此問題與[this one]類似(http://stackoverflow.com/questions/5513917/delphi-xe-omnixml-using-selectnode)。它顯示如何訪問子節點。它有幫助嗎? –