hey all.
one quick thing how do i get hold the data in the second node??
<?xml version=“1.0” ?>
<node1>hello</node1>
<node2>how r u</node2>
mainbodyText.text = text_xml.firstChild.firstChild;
this gets the first.
cheers
hey all.
one quick thing how do i get hold the data in the second node??
<?xml version=“1.0” ?>
<node1>hello</node1>
<node2>how r u</node2>
mainbodyText.text = text_xml.firstChild.firstChild;
this gets the first.
cheers
:: Copyright KIRUPA 2024 //--