The archives moved some time ago to http://marc.theaimsgroup.com/?l=xerces-c-dev. Try searching them; there's been quite a bit of discussion about this over time.
Does anyone have an idea why people are still ending up at archive.covalent.net? Is there some reference in the documentation or on the Web site that still points there? (Presumably there is - can you tell us how you got there, Igor/Savely?) -jesse- -----Original Message----- From: Shtilkind, Igor [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 3:28 PM To: '[EMAIL PROTECTED]' Subject: What is the best way to write a XML DOM tree to a file with all i ndentation? Hi all, What is the best way to write a XML DOM tree to a file with all indentation? I use bool formatPrettyPrint = true; if (theSerializer->canSetFeature(XMLUni::fgDOMWRTFormatPrettyPrint, formatPrettyPrint)) theSerializer->setFeature(XMLUni::fgDOMWRTFormatPrettyPrint, formatPrettyPrint); XMLFormatTarget *myFormTarget = new StdOutFormatTarget(); theSerializer->writeNode(myFormTarget, *doc); XMLCh* source = theSerializer->writeToString(*doc); I tried to search the e-mail archives but <http://archive.covalent.net> is not available. Are there other Xerces-C references available besides downloaded samples? Thanks, Savely --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
