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/04/06 20:38:00 UTC

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

dbertoni    2004/04/06 11:38:00

  Modified:    c/src/xalanc/XSLT ElemNumber.cpp
  Log:
  Removed embedded error message.
  
  Revision  Changes    Path
  1.8       +3 -1      xml-xalan/c/src/xalanc/XSLT/ElemNumber.cpp
  
  Index: ElemNumber.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/ElemNumber.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ElemNumber.cpp	26 Feb 2004 22:58:57 -0000	1.7
  +++ ElemNumber.cpp	6 Apr 2004 18:38:00 -0000	1.8
  @@ -1285,7 +1285,9 @@
   		case 0x10D0:
   		case 0x0430:
   			executionContext.error(
  -				"Numbering format not supported yet",
  +				XalanMessageLoader::getMessage(
  +					XalanMessages::NumberingFormatNotSupported_1Param,
  +					UnsignedLongToHexDOMString(numberType)),
   				executionContext.getCurrentNode(),
   				getLocator());
   			break;
  
  
  

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