The easiest way to get the code is to use CVS with anonymous access. See
here for more details:
http://xml.apache.org/cvs
> The way I understand XalanTransformer is, it can be used as repository of
> compiled stylesheets. In mutli-threaded scenario, I can have a
> XalanTransformer class as a static member which will be loaded and
compiles all the
> stylesheets when the library is loaded and each thread of execution can
create seperate
> XalanTransformer object to do the transformation and destroys it.
> Please let me know if my understanding is wrong.
That's correct. See the ThreadSafe sample, as well as the ThreadTest test,
for more information.
Dave
"Avula, Raj"
<RAvula@first To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
am.com> cc: (bcc: David N Bertoni/CAM/Lotus)
Subject: How Can I get New Xalan Source
Code(XalanTransformer
06/20/2001 class).
08:20 PM
Please
respond to
xalan-dev
Hi,
I would like to use new XalanTransformer class which is modified
after 1.1.
Is it Ok, if I just download new XalanTransformer.cpp, XalanTransformer.hpp
and rebuild the library, or do I need to download some other classes.
If yes how can I download all the required classes.
The way I understand XalanTransformer is, it can be used as repository of
compiled stylesheets. In mutli-threaded scenario, I can have a
XalanTransformer
class as a static member which will be loaded and compiles all the
stylesheets
when the library is loaded and each thread of execution can create seperate
XalanTransformer object to do the transformation and destroys it.
Please let me know if my understanding is wrong.
Thanks,
Raj.