RE: DOMSerializer

2001-11-27 Thread Jan Hummel
for me. Jan > -Original Message- > From: Evert Haasdijk [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 1:43 PM > To: [EMAIL PROTECTED] > Subject: RE: DOMSerializer > > > It's fairly straightforward, really: you can just use any ostream > and s

RE: DOMSerializer

2001-11-26 Thread Evert Haasdijk
It's fairly straightforward, really: you can just use any ostream and stream a DOM_Node into it. For example, DOM_Node node; cout << node; should work. In this manner, the DOM_Node and its children are written using UTF-8. If you want to use another decoding, you must create your own serializer.

RE: DOMSerializer

2001-11-26 Thread Jan Hummel
p is appreciated Thanks Jan > -Original Message- > From: Rajesh Kommineni [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 8:38 AM > To: [EMAIL PROTECTED] > Subject: RE: DOMSerializer > > > This question was posted many times before. Please check the

RE: DOMSerializer

2001-11-25 Thread Rajesh Kommineni
This question was posted many times before. Please check the archived mails. Since this is so popular request, may be it should be included in samples directory. Any ways, I did a quick search and am posting the link http://marc.theaimsgroup.com/?l=xerces-c-dev&m=100436986900418&w=2 hope this he

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 look for a short example