You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Vries, Michiel de" <Mi...@nl.compuware.com> on 2000/12/13 09:58:04 UTC

RE: DOMServices::s_XMLNamespaceWithSeparator gets overwritten in C++ version

Hi Dave,

> We've never seen this happen before.  Are you sure the 
> XSLTInit object is
> in scope for the entire time?  The destructor of XSLTInit 
> shuts everything
> down, so that may be why the string is being set to 0.

Thanks for the hint. The XSLTInit was indeed going out of scope.

This problem has been solved now.

Thanks again!

Michiel.