"James Strachan" <[EMAIL PROTECTED]> wrote on 06/30/2002 06:19:30 PM:
> From: <[EMAIL PROTECTED]> > > James, what if I want the text pre evaluation? > > You can get access to your body via the getBody() method which returns a > Script. Typically a body might just be some static text, or might be a > number of tags, expressions and text. All the Script implementations are in > the *.jelly.impl package. > > If you need to you can walk your body, looking at what tags/expressions/text > make up your body before you evaluate it. > > Incidentally, why do you want to know what your body is before you evaluate > it? The way Latka's JUnit integration current works is to count the <requests> as 'tests' and then to run the document when runTest gets called. To count the requests, I need access pre-evaluation. > > James -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
