You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Jon Smirl <jo...@mediaone.net> on 2000/08/14 03:35:10 UTC

Xalan-C: Mozilla's alternative to Xerces DOMString

This is the first page of Mozilla's portable string implementation....
http://lxr.mozilla.org/seamonkey/source/xpcom/ds/nsStr.h

It looks to be better than STL's basic_string since it isn't ref counted
like MSVC's implementation.

I'm considering using this in my own app to replace my DOMString infection.

Jon Smirl
jonsmirl@mediaone.net