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 ||
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
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
Hi Everyone,
Does anyone know if defining the symbol NDEBUG turns off asserts in the
debug build for xalan.
Thanks for your help.
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 ()
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