dbertoni    01/11/22 15:47:38

  Modified:    c/src/XSLT ElemCallTemplate.cpp
  Log:
  Added locator information to error message.
  
  Revision  Changes    Path
  1.20      +4 -2      xml-xalan/c/src/XSLT/ElemCallTemplate.cpp
  
  Index: ElemCallTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemCallTemplate.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ElemCallTemplate.cpp      2001/08/13 17:08:53     1.19
  +++ ElemCallTemplate.cpp      2001/11/22 23:47:38     1.20
  @@ -167,8 +167,10 @@
   
        if(m_template == 0)
        {
  -             constructionContext.error("Could not find template named: '" +
  -                             m_templateName.getLocalPart() + "'");
  +             constructionContext.error(
  +                     "Could not find named template.",
  +                     0,
  +                     this);
        }
   
        // OK, now we can chain-up...
  
  
  

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

Reply via email to