can't retrieve data from pyxml

S

Sakib

well, i need to retrive data from the following line of xml.

<xs:element name="tblTreacherCollins.Microtia"
msdata:Caption="Microtia" type="xs:string" minOccurs="0" />

i need the Caption and the type data.

is any one out there help me doing that?

thanks,
Sakib
 
D

Diez B. Roggisch

Sakib said:
well, i need to retrive data from the following line of xml.

<xs:element name="tblTreacherCollins.Microtia"
msdata:Caption="Microtia" type="xs:string" minOccurs="0" />

i need the Caption and the type data.

is any one out there help me doing that?

That's not XML. It lacks namespace-declarations. So no XML-parser will
(or should) grok it.

Also, to get help here it's better to show what you already tried,
instead of simply asking others to do your work for you.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,200
Messages
2,571,046
Members
47,646
Latest member
xayaci5906

Latest Threads

Top