You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Renier Botes <Re...@pma.co.za> on 2000/08/01 14:37:41 UTC

Just thought I'll share this:

I was sending this request:
xerces-c_1_2.dll 
Xalan-C_0_40_0-win32 
We are currently using a Visual C++ add-in that reports memory leaks and
memory allocation failures. 
	We get the following error: 
	Memory allocation conflict: Allocated by operator_new; Freed by free

	Location of error: 
	XPATH.DLL!00027D96() 
	Point of allocation: 
	XPATH.DLL!0001623F()

Some guy called Christopher Jones replied:
No, this indicates that you´ve been doing something wrong setting up xalan, 
you should reinstall xalan with configure options --xpath=/xdoc. 
This should work.

Me:
	I don't quite understand, because I downloaded the
Xalan-C_0_40_0-win32.zip and just unzipped it.How do I reinstall with
different configure options?Also, this seems like a source code level bug
and not a bug with the installation??

Christopher Jones:
There´s a file called xal34dg.nod in somewhere in the x32-database, you can
locate it in your system directory, if it´s not there you´ll perhaps have to
install Windows again. 


Re: Just thought I'll share this:

Posted by Christopher Jones <cj...@itbnet.de>.
I've got a question about XML:

What exactly is XSP:

is it a kind programming java in xml?
i copied some xsp-code to get a servlet parameter out of an string and
it works.
but what other things can i do with it?

sorry for my english

chris