XSLT
This article is a stub. You can help the IndieWeb wiki by expanding it.
XSLT (eXtensible Stylesheet Language Transformations) is a styling and transformation language for XML. It can be used to style an XML feed file like RSS or Atom so that it can be opened in a browser with visual styling.
IndieWeb Examples
Anthony Ciccarello
Anthony Ciccarello publishes an Atom feed with XSL styles so that the user experience will be less jarring if someone clicks on a link to the feed file from his website since 2021-04-17. The approach is described in a blog post.
Peter Molnar
Peter Molnar has a links OPML, along with an XSL stylesheet to make it human readable in the browser.
Hsiaoming Yang
Hsiaoming Yang has used XSL to format a human-readable RSS feed on his website
- Details: How to style RSS feed
Bálint Magyar
Bálint Magyar is using XSL to format the RSS feed for their articles.
Add yourself!
Add yourself here… (see this for more details)
See Also
- XSL for creating human-readable OPML feeds
- About Feeds example XSL file
- XML
- RSS
- Atom
- XSL Transformations (XSLT) Version 3.0 (W3C Recommendation) specifies JSON to XML transformation, giving another way to express JSON] as XML.
- Beginning to Style Your RSS Feed - Jon Christopher
- Example: miriamsuzanne.com's RSS file styled to match homepage
- Example use: H2VX is an independent service (and open source) that uses XSLT to parse tidied up HTML for hCards & hCalendar events and produce vCard & iCalendar files (and live ICS subscriptions).