#xsl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xsl, aggregated by home.social.
-
This past thursday we had our first XML user group meeting, an informal exchange of ideas with one formal guest presentation.
Third thursday of each month, so let’s see if we can make it grow. Contact me for coordinates.
#XMLisAlive #MarkupMonday #XML #XSLT #XQuery #XSL #XPath #Awesome #BetterThanYouThink
-
How about an online video call/chat where people could just meet up informally and exchange tips and questions about XQuery, XSLT, and XML stuffs?
Maybe also some time to talk about education & outreach.
Anyone interested? I’m thinking maybe an hour to 90 minutes, with a small donation requested since i’m “between contracts” :)
-
CW: styling on the world wide web (www), xsl/xslt
Why Chrome? Why???
https://developer.chrome.com/docs/web-platform/deprecating-xslt
XSLT is more powerful than CSS in many ways.
-
You can also do this with (the more powerful) XSLT styling.
I.e., the HTTP 'Link' response header can be a way of letting you create small-net type XHTML (as a document) without XLST — while letting you add style using XLST, and even change it (without editing the XHTML file).
Ex:
Link: <https://example.com/styles.xsl>; rel=preload; as=style, <https://example.com/styles.xsl>; rel=stylesheet
(Note, URLs above should have URL scheme.)
#html #http #smallNet #smallWeb #smolNet #smolWeb #xsl #xslt
-
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 -
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