> // *** what's wrong with this??? *** > XMLCh crlf[3] = { 0x0D, 0x0A, 0x00 }; > pSerializer->setNewLine(crlf);
I don't think that you should necessarily assume that 0x0D0A equates to Xerces' internal representation of a newline. Why not transcode "\r\n" and pass that in? Adam Heinz Development Consultant Exstream Software 2424 Harrodsburg Road, Suite 200 Lexington, KY 40503 (859) 219.8137 (859) 223.9737 fax [EMAIL PROTECTED] connecting with the eGeneration www.exstream.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]