Greetings.
I am working on a document uniformication platform which enables a uniform support to any syndicated document, to any software which parses The Atom Syndication Format.
python utilities/twtxt-to-xml.py twtxt.txt
xsltproc templates/twtxt-1.0.xslt twtxt.txt.xml > result.atom
I desire to have a defined XML form of Twtxt, in order to provide a proper XML format, and a subsequent stylesheet.
This may be considered as related to #193
Greetings.
I am working on a document uniformication platform which enables a uniform support to any syndicated document, to any software which parses The Atom Syndication Format.
I have created a script to convert Twtxt into XML; and
I have created an XSLT stylesheet to transform that XML into Atom.
https://git.xmpp-it.net/sch/Focus/src/branch/main/utilities/twtxt-to-xml.py
https://git.xmpp-it.net/sch/Focus/src/branch/main/templates/twtxt-1.0.xslt
I desire to have a defined XML form of Twtxt, in order to provide a proper XML format, and a subsequent stylesheet.
This may be considered as related to #193