xsl-list
[Top] [All Lists]

Re: [xsl] Creating csv from multiple input files

2008-05-06 07:43:19
Georg Hohmann wrote:

Saxon9 needs an input file,

No, it does not, you can start with a named template e.g.
  <xsl:template name="t1">
    ...
  </xsl:template>
and
java -jar saxon9.jar it:t1 -xsl:sheet.xsl

--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
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>
--~--