mirror of
https://github.com/jezhiggins/arabica
synced 2025-02-12 08:48:37 +01:00
Fiz for 64bit Xerces provided by oncaphillis@snafu.de
This commit is contained in:
parent
a8233656c9
commit
eea670e2b6
1 changed files with 1157 additions and 1157 deletions
|
@ -711,7 +711,7 @@ class xerces_wrapper : public ProgressiveParser<string_type, typename Arabica::g
|
||||||
lexicalHandler_->endCDATA();
|
lexicalHandler_->endCDATA();
|
||||||
} // endCDATA
|
} // endCDATA
|
||||||
|
|
||||||
virtual void comment(const XMLCh* const chars, const unsigned int length)
|
virtual void comment(const XMLCh* const chars, const XMLSize_t length)
|
||||||
{
|
{
|
||||||
if(lexicalHandler_)
|
if(lexicalHandler_)
|
||||||
lexicalHandler_->comment(XSA::makeStringT(chars, length));
|
lexicalHandler_->comment(XSA::makeStringT(chars, length));
|
||||||
|
|
Loading…
Add table
Reference in a new issue