Hi there,
I have a xml document that is passed from the server like so:
xmldoc = getXMLFromServer(url);
and I need to store the value of the deptAirp element into a string variable with JScript
<info>
<record> 23</record>
<deptAirpt> LAS </deptAirp>
</info>
Thanks
I have a xml document that is passed from the server like so:
xmldoc = getXMLFromServer(url);
and I need to store the value of the deptAirp element into a string variable with JScript
<info>
<record> 23</record>
<deptAirpt> LAS </deptAirp>
</info>
Thanks