DOMSerializer and extracting a CString

2002-03-21 Thread Anton Spektorov
1) I wonder if somebody could email me  a working version of DOMSerializer(both DOMSerializer.cpp and DOMSerializer.hpp). I am using Microsoft Visual Studio 6.0.  There is something wrong with the files which are available for download. I can not compile them. I beleive the errors were

portable DOMSerializer

2002-02-20 Thread Leonardo B. Lopes
Dear Friends and Evert, Does anyone have a version of Evert's DOMSerializer that doesn't use namespaces and smart pointers? Or maybe another serializing code? I am writing a converter from a different format to XML that needs to be as portable as possible, so I'd like to a

RE: DOMSerializer

2001-11-27 Thread Jan Hummel
The sample I looked for is something like this: ... #include ... char* CXMLAgent::Dom2XML(DOM_Node& toWrite) { ostringstream mystream; DOMSerializerFormatTarget* target = new DOMSerializerFormatTarget(mystream); DOMSerializer* serializer = new DOMSerial

RE: DOMSerializer

2001-11-26 Thread Evert Haasdijk
uot;void operator=3D(const DOMSerializerFormatTarget& rhs);" >--^^-- > (row 75) Should read: void operator=(const DOMSerializerFormatTarget& rhs); > and > > "DOMSerializer(const std::string& encoding =3D defaultEncoding_);" >

RE: DOMSerializer

2001-11-26 Thread Jan Hummel
DOMSerializer.hpp file : "void operator=3D(const DOMSerializerFormatTarget& rhs);" --^^-- (row 75) and "DOMSerializer(const std::string& encoding =3D defaultEncoding_);" --^^-- (row 100) Any hel

RE: DOMSerializer

2001-11-25 Thread Rajesh Kommineni
5 > > To: [EMAIL PROTECTED] > > Subject:DOMSerializer > > > > I look for a short example how to use the DOMSerializer class to >serialize > > a > > DomNode into a string. > > > > Any help is appreciated > > > > Thanks > > Jan > &g

RE: DOMSerializer

2001-11-25 Thread Ravi_Jain
plz update me know for the same.. me too a newbie... Ravi Jain > -- > From: Jan Hummel[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Monday, November 26, 2001 4:35 > To: [EMAIL PROTECTED] > Subject: DOMSerializer > > I

DOMSerializer

2001-11-25 Thread Jan Hummel
I look for a short example how to use the DOMSerializer class to serialize a DomNode into a string. Any help is appreciated Thanks Jan (newbie to xml) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e