[xml] Error in the Tutorial
- From: m masson t-online de (Michael Masson)
- To: xml gnome org
- Subject: [xml] Error in the Tutorial
- Date: Tue, 25 May 2004 21:14:34 +0200
Hallo
At the Tutorial for libxml2 is a error in the source code. The error is in
the XPath example on Line 35. See the compiler message
xpath_example.c: In function `int main(int, char**)':
xpath_example.c:35: error: invalid conversion from `const char*' to `xmlChar*
the line lock
xmlChar *xpath = ("//keyword");
but it must lock
xmlChar *xpath = xmlCharStrdup("//keyword");
best regards
m.masson
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]