Hi all,
I thank all of you for yours interventions. Programmatically, i Know where to go now with xalan-J.
regards,
Majirus
Yash Talwar <[EMAIL PROTECTED]> wrote:
Yash Talwar <[EMAIL PROTECTED]> wrote:
Hi Majirus,
It is your call on how you want to use xalan in your java program.
When you used xalan from command line, you probably used
org.apache.xalan.xslt.Process class and provided the arguments for input
document and stylesheet atleast.
You can invoke Process class from your java program by passing the same
arguments that you passed in command line.
If you decide ot invoke Process class from your java code, then you xalan
will be in charge of parsing (via xerces); however, xercesImpl.jar and
xml-apis.jar files are still required in classpath as dependency jar files.
(of course, you also need xalan.jar file).
However, if in your java code, you use xerces to parse the document first,
you will have a handle to document in memory tree and you will be able to
make any modifications programmatically.
Yash Talwar
XSLT Development / Xalan
IBM Toronto Lab
EMail: [EMAIL PROTECTED]
Phone #: 905-413-5920
Majirus Fansi
<[EMAIL PROTECTED]
oo.fr> To
[EMAIL PROTECTED]
10/29/2004 12:30 cc
PM
Subject
integration of xalan
Please respond to
xalan-dev
Hi all,
I used well xalan in command line for transforming XML document.
Now, i want to call xalan from a java program.
Should anyone know why i can include the core of xalan within my
applycation? so that xalan is in charge of parsing(via xerces) and
transforming xml document.
I don't see an developer guide from xalan web site.
I thank all of you in advance.
Majirus
Cr�ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Cr�ez votre Yahoo! Mail
Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s
pour dialoguer instantan�ment avec vos amis. T�l�chargez GRATUITEMENT ici !
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Cr�ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Cr�ez votre Yahoo! Mail
Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s pour dialoguer instantan�ment avec vos amis. T�l�chargez GRATUITEMENT ici !
