-1. I had to find, download, and install the xfpt (Xml From Plain Text) rpm. For CentOS 6, it installed with no problem. For CentOS 5, I had to get the src rpm and rebuild it on my CentOS 5 build system.
-`rpm -Uvh xfpt-0.08-1.x86_64.rpm`
-The above package is available for download for [CentOS 6](http://www.blafasel.at/exim/doc_rpms/) and [CentOS 5](http://downloads.mrball.net/Linux/CentOS/5/RPMS/x86_64/). The package is available directly on Debian and Ubuntu distros.
+1. I had to find, download, and install the xfpt (Xml From Plain Text) rpm.
+The package is available directly on Debian and Ubuntu distros.
+For CentOS 6, it installed with no problem.
+For CentOS 5, I had to get the src rpm and rebuild it on my CentOS 5 build system: `rpm -Uvh xfpt-0.08-1.x86_64.rpm`
+The above package is available for download for [CentOS 6](http://www.blafasel.at/exim/doc_rpms/) and [CentOS 5](http://downloads.mrball.net/Linux/CentOS/5/RPMS/x86_64/).
+Fedora 27 does not seem to have it.
+There are git source repos on [github](https://github.com/nigelm/xfpt) and also [here](https://gitlab.quatermass.co.uk/mirrors/xfpt).