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
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
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
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