diff options
Diffstat (limited to '298')
-rw-r--r-- | 298/index.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/298/index.md b/298/index.md new file mode 100644 index 0000000..08d8741 --- /dev/null +++ b/298/index.md @@ -0,0 +1,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/
\ No newline at end of file |