Hello all! I have been experimenting with transfer of xml file between different computers. I need help in reading an xml file in pyton. I want the data in the xml file to be put into some variables. I have used minidom put still could not work it out in an easy way. I would be grateful if someone could post a complete code showing how could i retreive the data in some variable in python in some easy way for the simple xml file sample given below.
<?xml version="1.0" encoding="UTF-8"?> <sdr> <modulation>QAM</modulation> <index>4</index> <power>50</power> </sdr> thanks
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio