-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello TS users!
To close the topic [1] I finally decided to follow the hints given by Maciej Jaros and Merlissimo and created (since it seams nobody did this already - please correct me, if I am wrong)
"XSaLT: XSL/XSLT Simple and Lightweight Tool" [2]
Which is a very, very, very simple python cgi script that takes an url (pointing to any XML source document) and an XSLT stylesheet. Both are passed to lxml to transform the XML to a destination document. Any XSLT stylesheet you might need can be added if you send me a mail.
A first example is "rss2html.xslt" which converts RSS feeds to HTML content, as can be seen in the example [3] (it is specialized to this feed and may give worse results on others).
[1] http://lists.wikimedia.org/pipermail/toolserver-l/2011-September/004375.html [2] https://wiki.toolserver.org/view/~drtrigon/cgi-bin/xsalt.py [3] http://toolserver.org/~drtrigon/cgi-bin/xsalt.py?url=http%3A%2F%2Fblog.wikim...
Thanks for all your help and hints! Greetings DrTrigon