You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2004/11/11 03:16:59 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT Stylesheet.cpp

dbertoni    2004/11/10 18:16:59

  Modified:    c/src/xalanc/XSLT Stylesheet.cpp
  Log:
  Changed error message ID.
  
  Revision  Changes    Path
  1.15      +1 -1      xml-xalan/c/src/xalanc/XSLT/Stylesheet.cpp
  
  Index: Stylesheet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/Stylesheet.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Stylesheet.cpp	9 Nov 2004 16:06:05 -0000	1.14
  +++ Stylesheet.cpp	11 Nov 2004 02:16:59 -0000	1.15
  @@ -1375,7 +1375,7 @@
   
                       StylesheetExecutionContext::GetAndReleaseCachedString theGuard1(executionContext);
   
  -					conflictsString += XalanMessageLoader::getMessage(XalanMessages::LastFoundStylesheetWillBeUsed, theGuard1.get());
  +					conflictsString += XalanMessageLoader::getMessage(XalanMessages::ConflictsFound, theGuard1.get());
   
   					executionContext.warn(conflictsString, targetNode, bestMatchedRule->getLocator());
   				}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org