Why Chrome? Why???
https://developer.chrome.com/docs/web-platform/deprecating-xslt
XSLT is more powerful than CSS in many ways.
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
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
Ajout de deux nouveaux projets dans la vitrine FOSS ! N'hésitez pas à y jeter un coup d'oeil et à me contacter si vous voulez vous essayer à un projet en particulier (mais ce n'est pas obligatoire).
Merci pour votre aide !
On compte sur vous !
#dev #rust #python #xml #xsl #pipelines #serie #parallele #docker2vm #openbsd #devops #admin #Francophonie #logiciellibre #interetgeneral #asso
APPEL à tous les développeurs qui veulent programmer en Rust dans l'intérêt général avec des technologies W3C entre autres sur des sujets passionnants !
N'hésitez pas à consulter la vitrine FOSS et n'hésitez pas à me contacter pour échanger sur les détails que j'ai envisionné sur chacun de ces sujets :
#dev #rust #asso #communaute #interetgeneral #contribution #xml #xsl #xhtml #atom #fs #email #securite #SansFuiteMemoire #ethiciel
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-weblog
It'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-website
You 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!