dbertoni 00/12/20 20:46:24
Modified: c/src/XSLT ElemTemplateElement.cpp
Log:
Removed copy of string.
Revision Changes Path
1.43 +1 -1 xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
Index: ElemTemplateElement.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ElemTemplateElement.cpp 2000/12/05 23:31:41 1.42
+++ ElemTemplateElement.cpp 2000/12/21 04:46:23 1.43
@@ -967,7 +967,7 @@
static_cast<const
XalanAttr*>(child);
#endif
- const XalanDOMString val =
attr->getValue();
+ const XalanDOMString& val =
attr->getValue();
executionContext.characters(toCharArray(val),
0,