DescriptionIssue #1234 - Replace CString in the traverser
Change all the 'CString' arguments in traverser functions to 'std::wstring'.
Add 'const' declaration to all the 'indent' arguments.
Extract 'CString::MakeLower' into a utility function 'ToLowerString()'. Defer
rewriting this function to avoid 'MakeLower' pending resolution of locale
questions.
Rewrite loop for <object> elements to eliminate 'CString' local variables.
Patch Set 1 : #Patch Set 2 : rebase #
Total comments: 9
Patch Set 3 : documentUrl arguments #
MessagesTotal messages: 12
|