Hi there, in many SAX-Methods of the ContentHandler-Class you receive a null terminated XMLCh* for processing
ContentHandler::startElement(const XMLCh* const uri,...) Which way is the fastest to get a DOMString-Object out of this XMLCh*? I try "DOMString oString(uri)", but the system has to walk twice through the memory. First to get the correct length of "uri" and the to copy the data. Can I get the size or a DOMString object out of the parser? HolgeR -- holger floerke d o c t r o n i c email [EMAIL PROTECTED] information publishing + retrieval phone +49 2222 9292 90 http://www.doctronic.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]