If you want to do it in C++, here's an example:
https://www.cgran.org/browser/projects/radio_data_system/trunk/src/lib/gr_rds_data_encoder.cc

If instead you insist on doing it in python, try googling "xml python example"

Dimitris Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International



On Thu, May 28, 2009 at 06:26, Salman Ali <salmanali...@yahoo.com> wrote:
> 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
>
>


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to