PDA

View Full Version : How do I use an XML file?


Tenchiro
12-05-2003, 10:43 PM
Such as the iTunes exported playlist. How would I put that on a website so that it was readable?

johnbryanpeters
12-09-2003, 05:36 AM
It's a text file, so you can just make it available for others...

In order to use it programmatically, you need to have their specification - XML is sort of like roll-your-own-tags HTML, and you have to know what the tags mean...

I ain't no expert in this area, though.

J

Tenchiro
12-09-2003, 09:25 AM
Thanks, but that sounds like too much work.

Toshi
12-09-2003, 01:33 PM
http://www.google.com/search?q=itunes+xml+parse&ie=UTF-8&oe=UTF-8

Ridemonkey
12-09-2003, 01:38 PM
XML won't work on MS computers. You have to use Microsofts proprietary technology MXML.net. I think its like a thousand dollars to license per year.

Toshi
12-09-2003, 02:44 PM
where did you read this, aaron? i haven't been active in the cs community for a few years, but i certainly haven't heard this rumor from any of my codemonkey friends...

plus http://www.google.com/search?q=xml+parsing+windows&ie=UTF-8&oe=UTF-8 mentions many parsers that work with C++, which is as cross-platform as it gets

Ridemonkey
12-09-2003, 02:46 PM
Originally posted by Toshi
where did you read this, aaron? i haven't been active in the cs community for a few years, but i certainly haven't heard this rumor from any of my codemonkey friends...

plus http://www.google.com/search?q=xml+parsing+windows&ie=UTF-8&oe=UTF-8 mentions many parsers that work with C++, which is as cross-platform as it gets

Sorry, that is just some complete nonsense I cam up with to get Tenchiro riled up.

Tenchiro
12-09-2003, 02:53 PM
Originally posted by Ridemonkey
Sorry, that is just some complete nonsense I cam up with to get Tenchiro riled up.

haha, even if that was the case I would just steal it like I do all their products. http://www.cripplefight.com/smileys/pirate.gif

EDIT - It would be cool to find a program to do this then FTP the playlist to the web, on the fly.

Tenchiro
12-09-2003, 02:56 PM
Originally posted by Toshi
http://www.google.com/search?q=itunes+xml+parse&ie=UTF-8&oe=UTF-8

Cool, I never thought to search for iTunes XML info...