Pure CSS, XML, and XSLT #13066
Replies: 3 comments 1 reply
|
For processing XSLT, I advise a non "standard" module, because it appears that the big vendors deliberately sabotage XSLT related technologies and components.
Observation https://openuserjs.org/garage/Why_my_script_doesnt_work_with_Firefox#comment-1810ec600fe |
|
We aren't likely to change our pipeline to use XML and XSLT, as we're quite invested in HTML. However I think in principle you could create a Quarto custom format that outputs any XML format you desire. Quarto already supports DocBook output, which may or may not satisfy your requirements. See e.g. https://stackoverflow.com/questions/73652391/create-custom-xml-output-from-pandoc |
|
Probably a better proposal would be to add upon the existing set of files. That is to add Atom, Sitemap, and Urlset, in order to make Quarto a machine-readable site. Please read these references. https://portal.mozz.us/gemini/woodpeckersnest.space/~schapps/journal/2025-07-29-announcing-ace.gmi |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Good day.
I suggest to produce all files as XML.
This would mean, that the whole site be an API.
This is what I intend to do with a publishing platform which I am working on, and this is what I have experimented with a couple of Python projects of mine.
This means that every platform which is also based on XML can have the same theming compatibility with Quarto.
gemini://woodpeckersnest.space/~schapps/journal/2025-07-03-rivista-to-be-atom-based-publishing-system.gmi
All reactions