G
gentlerobbin
I 'd like to write element contents into nodes of an XML
Example,
<application>
<windows>
<Version>
I want to write something here
<Version>
</windows>
<Linux>
<KDE>
<Game>I want to write something here</Game>
</KDE>
<Fedora>
I want to write something here
</Fedora>
</Linux>
<Mac "I want to write something here" />
</application>
How can I fill the XML with anything in places of "I want to write
something here" ??
Thanks
Example,
<application>
<windows>
<Version>
I want to write something here
<Version>
</windows>
<Linux>
<KDE>
<Game>I want to write something here</Game>
</KDE>
<Fedora>
I want to write something here
</Fedora>
</Linux>
<Mac "I want to write something here" />
</application>
How can I fill the XML with anything in places of "I want to write
something here" ??
Thanks