I
ike
Hello,
I have two problems with xerces:
- I'm using SAXParser and I can't correctly set locale for German and
when I parse xml file I got some characters incorrect.
- when I try compile code like "SAXParser parser = new SAXParser;" I get
error message "error C2661: 'new' : no overloaded function takes 3
parameters" and when I write
"SAXParser parser" compilation is ok.
Thanks
Romek
I have two problems with xerces:
- I'm using SAXParser and I can't correctly set locale for German and
when I parse xml file I got some characters incorrect.
- when I try compile code like "SAXParser parser = new SAXParser;" I get
error message "error C2661: 'new' : no overloaded function takes 3
parameters" and when I write
"SAXParser parser" compilation is ok.
Thanks
Romek