Wednesday, February 24, 2010

XSLT

XSLT: is a language to convert a given XML doc to some other style.
I want to learn XSLT as I want to convert different type of XML feeds into a single XML format. So I'll be removing all the noise and properly format the given XML so that the new XML doc can be used for other guys easily.
Ref:
http://www.w3schools.com/xsl/
http://www.w3schools.com/xsl/xsl_intro.asp

I have just started learning, let's see how it goes.

Labels: