dbertoni    2004/01/06 15:44:01

  Modified:    c/src/xalanc/XSLT Stylesheet.hpp
  Log:
  Patch for Bugzilla 25857.
  
  Revision  Changes    Path
  1.7       +6 -0      xml-xalan/c/src/xalanc/XSLT/Stylesheet.hpp
  
  Index: Stylesheet.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/Stylesheet.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Stylesheet.hpp    6 Jan 2004 02:41:36 -0000       1.6
  +++ Stylesheet.hpp    6 Jan 2004 23:44:00 -0000       1.7
  @@ -877,6 +877,12 @@
                m_XSLTNamespaceURI = theURI;
        }
   
  +     const ElemTemplate*     
  +     getFirstTemplate() const        
  +     {
  +             return m_firstTemplate;
  +     }
  +     
   protected:
   
        /**
  
  
  

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

Reply via email to