Re: [xml] How xmlXPathEvalExpression() eval CHINESE xpath expression?
- From: canbaby <canbaby 21cn com>
- To: Remy HAREL <rharel ext rd francetelecom com>
- Cc: xml gnome org, veillard redhat com
- Subject: Re: [xml] How xmlXPathEvalExpression() eval CHINESE xpath expression?
- Date: Sat, 28 May 2005 09:48:08 +0800
Remy HAREL wrote:
Hi folks,
As Daniel precised a few days ago, you can use Iconv to convert you
xpath from an encoding to utf-8. And also, be sure to initialize well
your pointer to receive the result of the conversion ( calloc ).
Regards
_____________________________________________
Remy HAREL - Teamlog |
____________________________________________|
Linux registered user #224740 |
France Telecom Recherche & Developpement |
____________________________________________| __________________@
http://www.chezrem.org @|
Daniel Veillard wrote:
On Fri, May 27, 2005 at 11:58:29AM +0800, canbaby wrote:
Hello:
help me, How could I use xmlXPathEvalExpression() to eval a
xpath that contain CHINESE?
I test it, but error message:
xpath error: encoding error
I thinks it's the problem encoding, but I'm a newbie, so want your
help.
give some code better
All I can tell is that the string must be encoded in UTF-8, that's
probably the problem. Convert your query string to UTF-8.
Daniel
Thanks to Everyone, I now resolute the problem.
-canbaby
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]