XML, XML Stylesheets XQuery: book and development environment [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what 开发者_JS百科has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm completely new to XML Schema, XML Stylesheets and XQuery.
To me, XML is just a text file just containing tags and values. I know that much, lol.
I just got a homework asking us to design simple XML Schemas, and also applying Stylesheets and XQuery.
Could anyone please point me to:
- "Best" books/resources (based on your experience) that would teach me XML Schema, XML Stylesheet, and XQuery. (Would be awesome if it's example-driven since I learn best by doing).
- What development environment (IDE, tools) that would allow me to solve the homework in the most productive way.
I know it's a school assignment, but I want to do the assignment like how professionals do it so I can gain a lot from the assignment.
The best place to learn about XML schemas is the W3Schools site.
Same for XSL-T stylesheets.
Go to the source for jQuery.
I think IntelliJ is the best IDE for this, but that's pure Java. The community edition includes XML features, but I'm not sure exactly what you're after. XSL-T is best done by hand the first time.
I was looking around on Stackoverflow, and came across this post. I like the suggestion of the post's chosen answer. I took a look at the book on Amazon, and its table of contents seems to show me the application of XML.
This book is probably is also good. Seems like it walks you through XML design.
Also, this book also covers tools! (check the table of contents)
Okay, as for the tools, these probably could do (each website also has resources (videos/tutorials) on how to use their tools)
- Stylus Studio
- oXygen
- Altova
精彩评论