Re: assert in debug build on vs 2005

2008-02-28 Thread David Bertoni
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 ||

RE: assert in debug build on vs 2005

2008-02-28 Thread David Hubbard
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 || m_data != 0 && m_al

Re: assert in debug build on vs 2005

2008-02-28 Thread David Bertoni
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

assert in debug build on vs 2005

2008-02-28 Thread David Hubbard
Hi Everyone, Does anyone know if defining the symbol NDEBUG turns off asserts in the debug build for xalan. Thanks for your help.

Re: XalanTransformer::setUseValidation() seems not to work

2008-02-28 Thread David Bertoni
David S. wrote: johny.dee wrote: David Bertoni wrote: johny.dee wrote: Hello. I use libxalan-c.so.110 and it seems that XalanTransformer::setUseValidation() does not work. Also, the '-v' switch does not work with Xalan executable. When I use it and I have DTD reference included in XML file ()

Re: XalanTransformer::setUseValidation() seems not to work

2008-02-28 Thread David S.
johny.dee wrote: > > > > David Bertoni wrote: >> >> johny.dee wrote: >>> Hello. >>> I use libxalan-c.so.110 and it seems that >>> XalanTransformer::setUseValidation() >>> does not work. >>> >>> Also, the '-v' switch does not work with Xalan executable. When I use it >>> and >>> I >>> have D