blob: 08d8741b49fb7a4b7a785ebefffe55faff589d24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Title: XSLT
Author: sjehuda
Created: Fri, 08 Nov 2024 12:17:31 +0000
State: closed
XSLT allows to convert XML files to XML, XHTML and Text.
Supporting XSLT will further allow to Dillo to render Atom/RDF/RSS documents as readable HTML.
---
I have wrote extensively of syndication and the important of XSLT.
See https://greasyfork.org/en/scripts/465932-newspaper-html-feed-reader
To read this, you will need to open an ActivitySream/Atom/JSON/RDF/RSS file and then click on the icon "rescue wheel" to see the content, or just read it from source file.
--%--
From: rodarima
Date: Wed, 13 Nov 2024 17:49:37 +0000
This is out the scope of Dillo. You can use plugins to extend it and perform the XSLT transformation so that the HTML output can be opened in Dillo.
--%--
From: sjehuda
Date: Wed, 20 Nov 2024 05:16:15 +0000
I have sent this to the mailing-list. May you help me?
I would want to know of an example or an elaboration as of how would it
be possible to wriite a plugin which would parse XSLT.
I want to know how to trigger Dillo to engage such type of a plugin.
https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/KYUF5MBUZV3ZUL5PVAHGGSJIPLX7ICXW/
|