Abhi Yerra

Rants of lunatic

XSLT

leave a comment »

[tags]xslt, xml, startup[/tags]

XSLT is pretty cool as it allows the transformation of XML files. This is great for me since I am doing the API first. What this means is I can have my API take it or give out XML and all I have to really do is do an XSLT transformation to output in the other formats that I will be using such as RSS and HTML. It might take a little while to learn all the tricks, but it allows for a nicer output then manually parsing and reparsing the file and its output in XML.

So I will be using XSLT to do the output representation is what I’m saying. And I guess that is all. :)

Written by abhiyerra

November 14, 2006 at 11:26 pm

Posted in all

Leave a Reply