I want to learn the programming skills in XSLT to convert from XML to XML .. step by step ..
I am finding it hard to program with XSLT .. I have tried w3schools.com, tizag.com and books like XSLT from novice to professional(O'Reilly publications) etc,
all these teach to convert XML to HTML page ..but I need some tutorial or guide which can teach me the basic (and efficient) tricks like 1)converting elements to attributes and vice versa.. 2)moving an element and its child elements under another.. 3)Creating a new Parent node.. 4)Testing the presence of an element.. 5)Editing the data of an element .. and many more ...... in other words to convert from XML to XML...
The area am working on is XSL transformation where I need to convert input XML document to the new output XML using hundreds of conditions as mentioned above ..
well. I have tried and have been successful in achieving the above requirements but I want to learn the efficient way for doing those things ..
so please please .. suggest me some good tutorials or books ... thanx in advance