What are the best resources to learn XML? [closed]
I wish to learn XML so I can use it with ASP.NET. Can anyone please provide me the URL of an online resource (or, in the worst case, the book name) which has good content about XML? If it contains information about XSLT/XSL, that would be even better.
certainly not bad:
http://www.w3schools.com/xml/
The O'Reilly website http://www.xml.com/ is a good place to start. The home page has a sidebar with links like:
- What is XML?
- What is XSLT?
- What is XSL-FO?
- What is XLink?
- What is XML Schema?
- What is XQuery?
However this is not a beginners only site, it features regular articles from many good practitioners on how to get the most out of XML.
http://www.w3schools.com/xml/ is another good site with great introductory and intermediate level content.
This book is available free online: Sams Teach Yourself XML in 21 Days
If you really want to understand XML, read the specification.
It is not the easiest read, but it is the most authoritative.
精彩评论