Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I ve never worked with xml and i thought this is the right time to do so because my new application deals with xml.. So i want my fellow SO users to suggest me some Good Blogs/Websites/Books to learn XML.

share|improve this question
1  
Also, focus on a particular application/use case if you have one. "Learning XML" is (or is often turned into) a very broad topic. – Thilo Dec 6 '10 at 5:00

closed as not constructive by casperOne Jul 25 '12 at 18:15

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

5 Answers

up vote 2 down vote accepted

http://w3schools.com/ - One of the best sites for learning the basics of anything related to web content.

share|improve this answer

I usually don't post pain old Wikipedia links but http://en.wikipedia.org/wiki/XML does a pretty good job going over the basics and it has some good reference links.

share|improve this answer

XML: Visual QuickStart Guide

Read the reviews and see if this book is a good fit for you.

share|improve this answer

Focus on the following topics to get a good understanding of XML related stuff:

  • XML
  • XSD
  • Parsers(All languages have XML parsers support in some form).
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.