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.