Amish Gujarathi wrote:
Hi All:
According to regular way for transforming XML to another XML we use
XalanTransform method along with the Stylesheet. Would it be possible to
develop a C++ application (Same as what is done by stylesheet) and still
use XalanTransform to transform one XML to another XML. In short
replacing stylesheet with an C++ application inorder to get a boost in
performance.
If Yes, an small example would be very helpful.
No, there is no way to do this with Xalan-C. And it won't help anyway, if
your stylesheet contains constructs that don't scale.
Dave