Re: [xsl] no output files

Subject: Re: [xsl] no output files
From: "Vasu Chakkera" <vasucv@xxxxxxxxx>
Date: Mon, 17 Nov 2008 14:08:31 +0000
Depends what you are doing..
You create an output file only if you want to store the result . This
could be to use the output file for some other processing later.
The content of transformation is important. It  wont create output
files if you dont want. You have to explicitly write code to create
output files out of a transformation.
If for instance you show the result in a web page on the fly, then
this is a case where you do not create the output file.
More help will be on your way if you exactly tell us what you want and
what your requirement is.

Vasu Chakkera
Numerical Algorithms Group.
Oxford
www.vasucv.com


On Mon, Nov 17, 2008 at 1:44 PM, Szabo, Patrick (LNG-VIE)
<patrick.szabo@xxxxxxxxxxxxx> wrote:
> Hi,
>
> I4m using XSLT 2.0 and Saxon 9.
> Is it possible to do a transformation without creating outputfiles ?!
> Why ?!
> Well, the xsl doesn4t really change the files, it just uses it4s
information.
>
> cheers
>
>
> Patrick Szabo
> EPD / XSLT Konvertierung
> Tel.: +43-1-534 52-1573
> Fax.: +43-1-534 52-1573
> patrick.szabo@xxxxxxxxxxxxx
>
> LexisNexis Verlag ARD Orac GmbH & Co KG
> Marxergasse 25, 1030 Wien
> FN 8333f, Handelsgericht Wien

Current Thread