ooopppsss... I was replying from memory (just waking up...) I was thinking there might be some confusion about what was called.
-Rob ----- Original Message ----- From: "Manos Batsis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 5:15 AM Subject: RE: XPath and Xalan > > > > From: Robert Koberg [mailto:[EMAIL PROTECTED]] > > > You had a name="" and a match="" on the template, get rid of > > the name. You > > are using two different rules. > > Sorry Rob, the above does not stand. Having both 'name' and 'match' attributes is perfectly legal. > For example, > > <xsl:template name="items-list" match="items/rowset"> > > If the above is called using > > <xsl:call-template name="items-list"/> > > It will automatically look for and handle the matching expression using the caller's current node as the context node. > > Regards, > > Manos > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>