David Hubbard wrote:
Hi Dave,
I run an xslt that uses the document function. When it runs the
following assert gets hit in
Xalanvector.hpp:
invariants() const
{
assert(m_allocation >= m_size);
assert(
m_data == 0 && m_allocation == 0 ||
Xml file pulled using document function:
mo
bo
ko
lo
false
-Original Message-
From: David Bertoni [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 28, 2008 9:51 AM
To: xalan-c-users@xml.
David Hubbard wrote:
Hi Everyone,
Does anyone know if defining the symbol NDEBUG turns off asserts in the
debug build for xalan.
Yes, but why would you want to do that? The asserts indicate real
problems, not something you should ignore.
If you're getting an assert, please provide the detai