You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Kim Jeong Yeon <se...@edms.co.kr> on 2003/06/16 10:12:18 UTC

Q : Encoding problem in XPathWrapper (in samples)

hi.
I have question about encoding problem(in XPath Processing).

I did compile XPathWrapper sample successfully
in Xalan-C++(~xml-xalan/c/samples/XPathWrapper/).

also, It works no problem on sample xml file.
But, I tried another xml file that encoded "euc-kr", It didn't work. :-(
(stop in print or parsing)

XPathWrapper sample used
TranscodeFromLocalCodePage()/TranscodeToLocalCodePage() function for
transcode.
For support another encoding, have another way?

How can I solve this encoding problem?
(XSLT(Xalan) works no problem about encoding)


I build Xalan-C++ 1.5 with Xerces-C++ 2.2.0 and ICU 2.4.
My system is...
  Redhat Linux 8.0
  gcc 3.2

Thanks Your Reading. :-)