Re: xsl taglib and WebSphere Application Server 3.5ptf2 (again)

2001-02-05 Thread Hans Bergsten
Thomas Tolborg wrote: > > > > > The xsl attribute value must start with a slash (/) and contain the > > context-relative path for the XSL file. I.e., if the XSL file is in > > the top-directory for the web application, use "/htmltable.xsl". > > > > > [...] > > > > Hans > > -- > > Hans Bergsten [E

Re: xsl taglib and WebSphere Application Server 3.5ptf2 (again)

2001-02-05 Thread Thomas Tolborg
> > The xsl attribute value must start with a slash (/) and contain the > context-relative path for the XSL file. I.e., if the XSL file is in > the top-directory for the web application, use "/htmltable.xsl". > > > [...] > > Hans > -- > Hans Bergsten [EMAIL PROTECTED] > Gefion Software http://www.

RE: meaning of EVAL_BODY_TAG

2001-02-05 Thread Ward, Jeff
  Every time doAfterBody is called it gets a chance to interpret to body up to that point. When it is done processing it can decide to re-evaluate the body (loop) or skip the body (end the loop). It really has the dual purpose of interpreting the body and controlling the looping of the bod