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

Subject: Re: [xsl] easiet method to process xml with xsl
From: Manuel Souto Pico <manuel.souto@xxxxxxxxxxxxxx>
Date: Thu, 05 Feb 2009 20:34:10 +0100
Thank you very much, Ken and Andy.

Both of your suggestions work and that's all I needed to know.

Thanks! Regards, Manuel

Andy Chambers escribis:
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