[EMAIL PROTECTED] wrote:

Hi,

I am having a problem using the nethod.

nt XalanTransfomer::parseSource (const XSLTInputSource &, const XalanParsedSource *&, bool useXercesDOM=false)

In particular when I specify the flag useXercesDOM as true then whenever the ParsedSource is destroyed (either explicitly or when the XalanTransfomer is deleted) I get an assertion failure.

The assertion would appear to be because an object is being allocated with one MemoryManager
and being de-allocated with another.


This is a known problem that was fixed in Xalan-C 1.10.

Dave

Reply via email to