Applying XSLT in the real world with specific attention to how certain existing and well-known use-cases become more accessible and easier to manage with features introduced in XSLT 3.0. We will look in particular about processing a Twitter feed, a technique that can be used with any feed, be it Facebook messages, weather forecasts or a news feed. For this we'll explore new techniques and a couple of best-practices that have come to fruition during my recent work in the XSLT fields and from feedback I have received from customers. We will see how a streaming approach is easier than a traditional approach in set-up, configuration and management, how the Ten Rules of Thumb (TODO: reference to earlier paper) help us write the stylesheet efficiently and quickly and how an uninterrupted stream can be processed by a single stylesheet, gaining performance and stability in comparison to the traditional approach.