Re: Anyone familiar with XSLT? Im stuck

From: Kyle Banerjee <kyle.banerjee_at_nyob>
Date: Thu, 21 Jan 2016 11:54:34 -0800
To: CODE4LIB_at_LISTSERV.ND.EDU
>
> For simple situations one might do without XSLT and stuff
> XPath expressions for the content to grab into the command
> line of utilities like xml_grep or xpath.


In many cases, it's even easier to use string utilities, particularly if
there's any chance the XML is not totally valid.

If you're handy with vi, that's another option that would let you do this
kind of task in less than a minute without the need to write a program.

kyle
Received on Thu Jan 21 2016 - 14:56:11 EST