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
Steve, Its pretty easy to do with XSLT... On Thu, 7 Nov 2013, Steve Campbell wrote:> 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 > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net https://github.com/organizations/FlossWare
Steve Campbell wrote:> 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. >google: perl XML to text Hit #4: <http://www.perlmonks.org/bare/?node_id=425049> mark