Re: [Tutor] Importing XML files.

2019-01-21 Thread mhysnm1964
Re: [Tutor] Importing XML files. mhysnm1...@gmail.com wrote: > I am trying to import ITunes XML files. I have been doing some reading > and I am somewhat confused with some XML terminology. > What is: > > > > Tag – I think it is the in the itunes library file. > > Tex

Re: [Tutor] Importing XML files.

2019-01-21 Thread Peter Otten
mhysnm1...@gmail.com wrote: > I am trying to import ITunes XML files. I have been doing some reading and > I am somewhat confused with some XML terminology. > What is: > > > > Tag – I think it is the in the itunes library file. > > Text = The text between the > > Attrib -- don’t know. >

Re: [Tutor] Importing XML files.

2019-01-21 Thread Alan Gauld via Tutor
On 21/01/2019 03:17, mhysnm1...@gmail.com wrote: > confused with some XML terminology. > > What is: > Tag – I think it is the in the itunes library file. > > Text = The text between the > > Attrib -- don’t know. You really need to find a tutorial on XML (And maybe even start with one on HTML