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

Re: [xsl] easiet method to process xml with xsl


Subject: Re: [xsl] easiet method to process xml with xsl
From: Andy Chambers <achambers.home@xxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2009 18:48:10 +0000

On 2/5/09, Manuel Souto Pico <manuel.souto@xxxxxxxxxxxxxx> wrote:

>  For some reasons, it would be convenient for me to start using another
> method which doesn't resort to third-party applications. So, the question
> is: Is there any other way apart from the ones that I mentioned and which is
> easy to install and use for a fool like me? Ideally it would be usable on
> the command line (Window's or Cygwin).

If you've already got cygwin installed, just get the xsltproc package
from cygwin.  If there's no such package, it might be bundled with
libxml.  I'm not at my windows machine now otherwise I'd check.

Whilst xsltproc is an excellent processor, I'd also give saxon another
try.  In its most recent version, you only have to put one jar on the
CLASSPATH and in my opinion it has the most helpful error messages
when things go wrong.

--
Andy


Current Thread