cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMEntityImpl.cpp DOMNotationImpl.cpp
tng 2002/09/24 13:21:06 Modified:c/src/xercesc/dom/impl DOMEntityImpl.cpp DOMNotationImpl.cpp Log: Performance: pre-allocate a target string for fixURI instead of using XMLBuffer Revision ChangesPath 1.12 +4 -2 xml-xerces/c/src/xercesc/dom/impl/DOMEntityImp
cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMEntityImpl.cpp
tng 2002/09/23 13:01:27 Modified:c/src/xercesc/dom/impl DOMEntityImpl.cpp Log: DOM: CloneEntityRef first when fParser is used. Revision ChangesPath 1.11 +9 -9 xml-xerces/c/src/xercesc/dom/impl/DOMEntityImpl.cpp Index: DOMEntityImpl.cpp ==