VB6.0用掲示板の過去のログ(No.1)−VBレスキュー(花ちゃん)
[記事リスト] [新規投稿] [新着記事] [ワード検索] [過去ログ] [管理用]

投稿日: 2004/07/18(Sun) 20:43
投稿者魔界の仮面弁士
Eメール
URL
タイトルRe: ListViewのNodeをXMLより取得したいのですが

テキストを属性値として盛り込むとか。


<?xml version="1.0" encoding="Shift_JIS"?>
<node text="root">
  <node text="E:\データ\">
    <node text="クライアント">
      <node text="in\">
        <node text="child1"/>
        <node text="child2"/>
      </node>
      <node text="out\">
        <node text="child3"/>
      </node>
    </node>
    <node text="サーバ">
      <node text="in\">
        <node text="child4"/>
      </node>
      <node text="out\">
        <node text="child5"/>
      </node>
    </node>
  </node>
</node>


- 関連一覧ツリー (★ をクリックするとツリー全体を一括表示します)

- 返信フォーム (この記事に返信する場合は下記フォームから投稿して下さい)

- Web Forum -