Is there anything offered in Centos that might convert an XML file to a plain text file?
My hopes are that it is flexible enough to make the following type of line:
<title>Guide</title>
into something like:
title: Guide
along with all the other fields. It'd be nice if it could handle multiple lines inside a single tag line as well.
thanks
steve campbell