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 2001/04/13 04:01:28 UTC

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

dbertoni    01/04/12 19:01:28

  Modified:    c/src/XSLT ElemTemplateElement.cpp
  Log:
  Fixed return/exception throw problem.
  
  Revision  Changes    Path
  1.54      +2 -2      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.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- ElemTemplateElement.cpp	2001/04/11 02:36:21	1.53
  +++ ElemTemplateElement.cpp	2001/04/13 02:01:27	1.54
  @@ -1398,9 +1398,9 @@
   XalanAttr*
   ElemTemplateElement::setAttributeNodeNS(XalanAttr*	/* newAttr */)
   {
  -	return 0;
  -
   	throw XalanDOMException(XalanDOMException::NO_MODIFICATION_ALLOWED_ERR);
  +
  +	return 0;
   }
   
   
  
  
  

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