Re: [xsl] Programming languages for manipulating, transforming, and analyzing data

Subject: Re: [xsl] Programming languages for manipulating, transforming, and analyzing data
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 1 Jan 2025 11:58:17 -0000
On Wed, 2025-01-01 at 11:40 +0000, Roger L Costello costello@xxxxxxxxx
wrote:
> Hi Folks,
>
> XSLT and XPath are great languages for manipulating and transforming
> data--provided the data is formatted as XML.
>
> For non-XML data, AWK is a great language.

XSLT can also be good for many of the things awk is good for, now that
it can read text files.

XQuery is also pretty useful, especially with tools such as Saxon and
BaseX.

Although ibve never really needed statistical analysis tools beyond
what LibreOffice calc (spreadsheet) can do, and the occasional graph
plot, the reason i do a lot with Perl 5 is that it can do a lot of what
awk and find and bash do, but with better error checking.

liam

--
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread