[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] no output files


Subject: Re: [xsl] no output files
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 18 Nov 2008 19:10:50 -0800

On Tue, Nov 18, 2008 at 6:05 PM, Tony Nassar <tnassar@xxxxxxxxxxxxxxxx> wrote:
> To clarify:
>
> C:\...\Neale>java -cp "C:\...\saxon9.jar" net.sf.saxon.Transform -s:ivy.xml -xsl:ivy2.xsl -o:NUL
>
> ...worked just as I hoped.
>

Another way to do the same, without worrying about implementation
specifics is to enclose the transformation into an <xsl:variable/>
(which means that nothing is to be done with this variable).

As this variable will capture the results of the transformation, no
output will be produced.

-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play


Current Thread