I'm writing a translation between two XML file types and was wondering where I could find some good tutorials about this process.
Thanks.
I'm writing a translation between two XML file types and was wondering where I could find some good tutorials about this process.
Thanks.
Have you looked here? http://www.w3schools.com/xsl/
w3schools is the first place to go for such things.
Well, it is not a "place" but I found this book VERY useful for me: http://oreilly.com/catalog/9780596000530
This looks like similar to
http://stackoverflow.com/questions/3492529/a-good-resource-for-learning-xsl/3492671#3492671
copy Pasted my same answer here.
Yes http://w3schools.com provide good tutorials related to XML/XSL.
http://www.w3schools.com/xsl/default.asp
They also provide try it yourself options which are really helpful while learning.
http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog
Some more tutorials links to begin with are :
http://www.devguru.com/features/tutorials/xml/beginning_xml.asp
http://nwalsh.com/docs/tutorials/xsl/xsl/slides.html
XSLT: Programmer's Reference (Programmer to Programmer)
XSLT 2.0 Programmer's Reference (Programmer to Programmer)
and
XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer) :
Beginning XSLT 2.0: From Novice to Professional
XSLT and XPath On The Edge, Unlimited Edition
Not to take away from the other people answers with many more links, but Nettuts+ have a great tutorial on XSLT: http://net.tutsplus.com/tutorials/html-css-techniques/getting-started-with-xslt/