dbertoni    02/03/07 20:47:29

  Modified:    c/src/XSLT ElemNumber.cpp
  Log:
  Added cast for old AIX compiler.
  
  Revision  Changes    Path
  1.54      +1 -1      xml-xalan/c/src/XSLT/ElemNumber.cpp
  
  Index: ElemNumber.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- ElemNumber.cpp    2 Mar 2002 07:18:07 -0000       1.53
  +++ ElemNumber.cpp    8 Mar 2002 04:47:29 -0000       1.54
  @@ -386,7 +386,7 @@
                                
StylesheetExecutionContext::GetAndReleaseCachedString   
theMatchPatternString(executionContext);
   
                                assign(theMatchPatternString.get(), 
thePrefix.get());
  -                             append(theMatchPatternString.get(), 
XalanUnicode::charColon);
  +                             append(theMatchPatternString.get(), 
XalanDOMChar(XalanUnicode::charColon));
                                append(theMatchPatternString.get(), 
theNodeName);
   
                                // Use this class to resolve the synthesized 
prefix to the
  
  
  

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

Reply via email to