This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: installing parser/processor (was: current())


thx joerg

But in fact my big problem is where i specified the CLASSPATH :)
------
Setting up the system classpath


  At the very minimum, you must include xalan.jar, xml-apis.jar, and
xerces.jar (or another conformant XML parser -- see Plugging in a
Transformer and XML parser) on the system classpath.
-----

They dont explain where we must do it :(


-----Message d'origine-----
De : owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]De la part de Jörg
Heinicke
Envoyé : mercredi 28 novembre 2001 11:22
À : xsl-list@lists.mulberrytech.com
Objet : Re: [xsl] installing parser/processor (was: current())


On the Xalan-website http://xml.apache.org/xalan-j/index.html everything is
exactly explained:

Download the ZIP-file (for Windows), unzip it in any directory, set the
CLASSPATH (%dir%\bin\xalan.jar; %dir%\bin\xerces.jar;
%dir%\bin\xml-apis.jar - when %dir% is the install-directory) and now you
can use it with something like that:

java org.apache.xalan.xslt.Process -in test.xml -out test2.xml -xsl test.xsl

Of course you need a JDK, for example from http://java.sun.com

Regards,

Joerg

> hi,
>
> i try to learn xml, but i dont know with which parser and processor XSLT
> workand where can i found a good tutorials to install and use them. I have
> some info about xalan and XT.
> Is there someone that can advice me to begin xml?
>
> NB : i have bought a book on xml, but there is no explanation about how
> install parser en processor :(


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]