#xsl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xsl, aggregated by home.social.
-
Andre Franca show us: How to style a Hugo Atom feed with XSL. https://afranca.com.br/how-to-style-a-hugo-atom-feed-with-xsl/ #hugo #atom #XSL
-
I worked on a new feat on my blog #BurgeonLab: a #XSL stylesheet for XML content (#rss #atom #feeds). It was easy in #Hugo—just a `static/style.xsl` and add `{{- printf "<?xml-stylesheet href=\"/style.xsl\" type=\"text/xsl\"?>" | safeHTML -}}`.
📜https://burgeonlab.com/subscribe
Still working on the theme, might match it to my exisiting https://burgeonlab.com/guestbook/ style or keep this terminal theme! Kinda cool and much better looking than raw #xml
-
XSLT.RIP: Funny page about an obsolete technology being deprecated. I think this parody?
https://xslt.rip/index.xsl
#standards #via:jwz #google #chrome #funny #xslt #xsl #web #+ -
Removing XSLT for a More Secure Browser, by @drott (@developers):
https://developer.chrome.com/docs/web-platform/deprecating-xslt
#chromium #chrome #google #browsers #xsl #webplatform #security
-
I created a repo @Codeberg for my really simple #XSL-weblog:
https://codeberg.org/harlows/xsl-weblogIt's part of my tiny attempt to preserve #XSLT and very much a work-in-progress. Thus far it's really just a repackaging of Evan Widloski's example:
https://github.com/Evidlo/xsl-websiteYou can see it evolve here:
https://blog.harlow.net.nz/
or follow the #RSS feed:
https://blog.harlow.net.nz/feed.xml
Transformed by the magic of #XSLT! -
No, Google Did Not Unilaterally Decide to Kill XSLT, by @Meyerweb:
https://meyerweb.com/eric/thoughts/2025/08/22/no-google-did-not-unilaterally-decide-to-kill-xslt/
-
Je n'avais jamais pensé au fait que les navigateurs web modernes incluaient un parser XML et un système de transformation basé sur XSLT. Ca ouvre des perspectives fascinantes (même si vieilles de 25 ans) https://github.com/pacocoursey/xslt #xml #xsl #web #build
-
I figured out how to get my RSS feed to be human-readable and nice-looking! I'd been wanting to do this to give people who aren't familiar with RSS an easier on-ramp to the stuff I care about. reillyspitzfaden.com/feed.xml #RSS #Atom #XML #HTML #CSS #XSL #XSLT #WebDev #IndieWeb #SmallWeb
reillyspitzfaden.com/feed.xml -
I hadn't heard of it before, but it turns out there's a style format called XSLT that allows the browser to translate an XML file into HTML with CSS styling for display purposes.
Since my feed is Atom rather than RSS, I had a bit of trouble, but this post was helpful:https://andrewstiefel.com/style-atom-xsl/
#RSS #Atom #XML #HTML #CSS #XSL #XSLT #WebDev #IndieWeb #SmallWeb
-
I figured out how to get my RSS feed to be human-readable and nice-looking!
I'd been wanting to do this to give people who aren't familiar with RSS an easier on-ramp to the stuff I care about.
I figure if someone new to RSS clicks on the link and just gets raw XML, they might think something is “broken” and not stick around, but now there's something human-readable and with instructions on how to follow it in a reader.
https://reillyspitzfaden.com/feed.xml
#RSS #Atom #XML #HTML #CSS #XSL #XSLT #WebDev #IndieWeb #SmallWeb
-
for ref - did i mention to them books and ref books but in electronic form so they caan be indexed and you can find them #merck #machinery's handbook #hacks series dumped #xml #xsl #xslt
References
Debian Blends: https://blends.debian.org/
OPNsense: https://opnsense.org/
Malcolm: https://github.com/idaholab/Malcolm
WordPress: https://wordpress.org/
MediaWiki: https://www.mediawiki.org/
WireGuard: https://www.wireguard.com/
LAMP Stack: https://en.wikipedia.org/wiki/LAMP_(software_bundle)
YaCy: https://yacy.net/
Samba: https://www.samba.org/
MariaDB: https://mariadb.org/
Pi-hole: https://pi-hole.net/
Suricata: https://suricata.io/
ng DPI: https://github.com/ntop/nDPI
Logwatch: https://logwatch.com/
ntop-ng: https://www.ntop.org/products/traffic-analysis/ntop/
KVM/QEMU: https://www.linux-kvm.org/
Kali Linux: https://www.kali.org/
Odoo: https://www.odoo.com/
SuiteCRM: https://suitecrm.com/
Matomo: https://matomo.org/
Jenkins: https://www.jenkins.io/
-
#GenerativeArt interlude
New release of my art code libraries
Implementations of the Archimedean solids plus a few other fun ones and an integrated better 3D rendering of them. Pens. Hobby curves.
There's also a lot of future-looking infrastructure here (see: "maker functions" in the release notes), a fair amount of clean up, performance, etc. Click the "browse" link for detailed release notes.
-
I'm updating some legacy web-project and need to carefully tweak several dozens of #XSL-templates. I still remember how to do it. No, I didn't miss it. 🤯
-
CW: programming, xml, xsl, xslt, http
I wish you could apply an XSL/XSLT stylesheet to an XML document via an HTTP header rather than a xml-stylesheet declaration inside the XML file.
(I.e., web-browser support.)
I would enable you to not have to hard-code the stylesheet with the (XML) data.
...
I.e., rather than this:
<?xml-stylesheet type="text/xsl" href="/path/tostylesheet.xsl"?>
Something like this:
Link: </path/tostylesheet.xsl>; rel="stylesheet"; type="text/xsl"
-
CW: programming, xml, xsl, xslt
I have been using XML more recently.
I have also been using XSL & XSLT to style the XML. Basically rendering XML into HTML — and doing it within the web-browser.
Web-Browsers seem to only support XSLT 1.0.
Which is unfortunate — as there are things that seem impossible without some of the features in newer versions of XSLT.
-
#GenerativeArt interlude
New release
https://mathling.com/code/art/documentation/
The big thing here is the substantial rewrite/cleanup/extension of the L-System code
-
#GenerativeArt interlude
Pre-#Balisage release of my art code
What's new? More geometric operations, integer sequences, complex functions. KML parsing. Chloropleths. etc. As ever, more tests, examples, bug fixes; a certain amount of refactoring.
-
#Development #Techniques
Style your RSS feed · How to beautify your newsfeed and engage more readers https://ilo.im/13okzi_____
#NewsFeed #StyleSheet #RSS #Website #Blog #UiDesign #WebDesign #WebDevelopment #WebDev #Code #Frontend #HTML #CSS #XML #XSL #XSLT -
The fraction 1/φ works really well in most cases.
Here we see how it behaves with 6 and 7 sides regular polygons with the vertex constraint that you can't pick the same vertex twice in a row