Portfolio
About
Alex Tarasiuk / Living & working in Miami.
Jack-of-most-trades, master of Web.
Contact
Links
XML-XSLT Feed
A client asked me to recreate a feedburner-type interface, with a menu that would pull information from an XML feed, and propagate it on a page. For this project, I used XSLT to write the rules that modified each XML node, and placed an audio player in the page.
The XSL calls the xml, and lets you put html rules to each node of the XML.
Both the XML and the XSL are managed by a php file that puts everything in its place, and adds some logic. The most important logic has to do with the date: The client wanted to make sure that any xml node that had an air date in the future should not be shown. The php was coded to be able to handle that request.
The final result was a page that handled all the XML feed in a way that a user could navigate.








