Re: [xsl] How to process a sequence of any type as input of a transformation?

Subject: Re: [xsl] How to process a sequence of any type as input of a transformation?
From: "David Carlisle d.p.carlisle@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Jun 2018 16:01:47 -0000
only tried with xml but you can read from stdin using -s:-

cat foo.xml | java -jar saxon9he.jar  -s:- style.xsl

Current Thread