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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to