Re: [xsl] Unix Philosophy Applied to XSLT Development

Subject: Re: [xsl] Unix Philosophy Applied to XSLT Development
From: "Norm Tovey-Walsh ndw@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 23 Jul 2022 15:17:19 -0000
> To recap: Identify general tools. Implement the tools. Use the tools
> to solve many problems, not just one specific problem. Arrange the
> tools in any order.

Therebs a certain elegant simplicity to running everything through pipes
on the Unix command line, but be aware that youbre serializing at the
end of each step and parsing again at the beginning of each step.

This can be expensive and may involve loss of information (schema types,
for example, from a validated instance in the first step wonbt be
preserved in the second unless you re-validate after re-parsing).

What you want is an XProc pipeline :-)

                                        Be seeing you,
                                          norm

--
Norman Tovey-Walsh <ndw@xxxxxxxxxx>
https://nwalsh.com/

> It is as easy for the strong man to be strong, as it is for the weak to
> be weak.--Emerson

[demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Current Thread