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())


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


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