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 += '\n';
|
||||
xmlBufferEmpty ( bufferPtr );
|
||||
}
|
||||
xmlBufferFree ( bufferPtr );
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue