Hi Tom, some update of my searches: if I change the type Value from string to wstring in Xindice.idl, my xpath won't get scrambled any longer, but it still won't find my document. I am no corba expert, so maybe you can help me if that's the right way. As a matter of fact I am getting a bit lost in the code with this NamedKeys and so on... I really don't know much about the architecture of xindice ...
Can you please help me. Thanks, Heike > -----Urspr�ngliche Nachricht----- > Von: Franosch, Heike [SMTP:[EMAIL PROTECTED] > Gesendet am: Montag, 7. Januar 2002 11:39 > An: [EMAIL PROTECTED] > Betreff: AW: xpath query problem > > Hi Tom, hi all, > > I debugged a while and it seems to be a corba issue. On client side my > umlaut in the xpath is well and on server > side it is scrambled. To be concrete: on client side, > XPathQueryServiceImple.query -> _CollectionStub.queryCollection > which is using the ValueHelper.write() all is well. And on server side the > ValueHelper.read() does not catch > the umlaut correct. > > Can someone please verify that it is not only my machine having this > problem? > <?xml version "1.0"?> > <direction><name>N�rnberg</name></direction> > > with the following xpath > xindice xpath -c directionTest -q "/direction[name='N�rnberg']" > > When inserting this document, the german umlauts are stored correct. I > could > verify this on server > side. This method is not using the ValueHelper. > > I am running out of ideas ... can someone please help? > > Thanks, Heike
