Re: Tangled strings

2007-04-05 Thread David Bertoni
Coker, Jonathan M wrote: Sorry - I am still stumbling over some of the terminology. Inside of one of my functions I call getNodeValue() and it returns a XalanDOMString. My function is returning an STL string (reference or pointer). I am trying to convert that XalanDOMString to a C++ STL strin

RE: Tangled strings

2007-04-05 Thread Coker, Jonathan M
Thanks Will - I was working backwards through the messages and I have just started look at your code. I think it will help with what I am doing. Thanks! Jonathan -Original Message- From: Will Sappington [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 9:10 AM To: xalan-c-use

RE: Tangled strings

2007-04-05 Thread Will Sappington
Converting the XalanDOMString to a C++ STL string is what the class I sent you does, although subject to the limitations that Dave describes below, i.e. it transcodes to the local code page. The XalanDomCString class I posted is just a wrapper for the code that does the conversion from XalanDOMStr

RE: Tangled strings

2007-04-05 Thread Coker, Jonathan M
Sorry - I am still stumbling over some of the terminology. Inside of one of my functions I call getNodeValue() and it returns a XalanDOMString. My function is returning an STL string (reference or pointer). I am trying to convert that XalanDOMString to a C++ STL string. With Xerces I was using