dbertoni    2002/10/25 18:08:21

  Modified:    c/src/XSLT XSLTProcessorEnvSupportDefault.cpp
  Log:
  Removed unnecessary string copy.
  
  Revision  Changes    Path
  1.28      +1 -1      xml-xalan/c/src/XSLT/XSLTProcessorEnvSupportDefault.cpp
  
  Index: XSLTProcessorEnvSupportDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTProcessorEnvSupportDefault.cpp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XSLTProcessorEnvSupportDefault.cpp        11 Sep 2002 21:19:48 -0000      
1.27
  +++ XSLTProcessorEnvSupportDefault.cpp        26 Oct 2002 01:08:21 -0000      
1.28
  @@ -183,7 +183,7 @@
                        URISupport::getURLFromString(urlString, base);
   
                // $$$ ToDo: Explicit XalanDOMString constructor
  -             const XalanDOMString    
urlText(XalanDOMString(xslURL->getURLText()));
  +             const XalanDOMString    urlText(xslURL->getURLText());
   
                // First see if it's already been parsed...
                XalanDocument*          theDocument =
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to