I Need to create an XSL file so that I will use it to transform one XML to another XML.
The problem is, I dont really know XPath nor XSLT.
So my question is, is there some tool that can help me with that or do I need to sit back and start reading about XPath & XSLT?
Thanks,
You need to sit back and start reading about XPath and XSLT.
I find the tutorials on zvon to be quite good.
This page is quite good for playing around with XPath and XSLT and trying things out.
See this SO answer for more tutorials and books about XSLT.