Bug #198 Incorrect XPath evaluation
This commit is contained in:
parent
992e8c2322
commit
8233e54824
|
@ -356,6 +356,7 @@ bool WrapLibxml::xpath ( const std::string& path, const std::string& fileName )
|
||||||
|
|
||||||
output += ( const char * ) xmlBufferContent ( bufferPtr );
|
output += ( const char * ) xmlBufferContent ( bufferPtr );
|
||||||
output += '\n';
|
output += '\n';
|
||||||
|
xmlBufferEmpty ( bufferPtr );
|
||||||
}
|
}
|
||||||
xmlBufferFree ( bufferPtr );
|
xmlBufferFree ( bufferPtr );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue