xsl-list
[Top] [All Lists]

Re: [xsl] no output files

2008-11-18 22:11:13
On Tue, Nov 18, 2008 at 6:05 PM, Tony Nassar 
<tnassar(_at_)palantirtech(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>