# tweet-style **tweet-style** is an XSL / XSLT stylesheet for Twitter tweets stored in an XML format like this: ```xml 2008-03-18T00:31:15.000Z 12345 en Hello world! 2007-02-15T05:32:42.000Z 141516 Joe Blow superjow ``` You use tweet-style to turn XML that has that structure into XHTML that can be viewed in the web-browser. ## Import To import and use **tweet-style** in your XML files, add code similar to this to your XML files: ```xml ``` **NOTE THAT THE PATH (i.e., what is in the "href" attribute) THAT YOU USE WILL LIKELY BE DIFFERENT.** Set the value of the "`href`" to wherever you installed it. For example, if you installed **tweet-style** at "`../../style/tweet-style/`", then the XML code you add would probably be: ```xml ``` ## Installation To install **tweet-style** you can either just put the `tweet.xsl` somewhere on your web-server. Maybe at: "/style/tweet-style/tweet.xsl", or somewhere else. Alternatively you can use a git submodule. For example: ``` git submodule add https://sourcecode.social/reiver/tweet-style tweet-style ``` ## Author **tweet-style** was written by [Charles Iliya Krempeaux](http://changelog.ca)