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/01/07 00:44:01 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT Stylesheet.hpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org