Re: about using DOMString

2002-05-02 Thread Michael D. Crawford
Use the DOMStringToStdString function I write about in this page: http://www.goingware.com/tips/xmlmemory.html If you want to use an MFC CString instead of an STL string you could modify it accordingly. Mike -- Michael D. Crawford GoingWare Inc. - Expert Software Development and Consulting ht

about using DOMString

2002-05-02 Thread 林 子芯
hi, prehaps it's very stupid question, but can somebody tell me how could i use a DOMString as a normal string, for instance i was thinking using to put the result of dom_element.getNodeValue() directly into a messageBox() used in visual c++, the way i tried is typecast it like this : Message