> From: James Strachan [mailto:[EMAIL PROTECTED]] > > From: "Wannheden, Knut" <[EMAIL PROTECTED]> > > > From: Michael Rettig [mailto:[EMAIL PROTECTED]] > > > > > > I was hoping I could add some kind of "execute" attribute > to the nested > > <xu:expected/> and <xu:actual/> tags, which would indicate that the > content > > should not be evaluated but passed on as is. But that > doesn't seem to be > > possible or is it? > > I don't quite follow. If the body of <xu:expected> were static then it > wouldn't matter either way would it? Is it dynamic content that you're > thinking of? >
I was thinking I could do something like: <xu:assertDocumentsEqual actual="my-script.jelly"> <xu:expected execute="false"> <j:set var="x" value="y"/> </xu:expected> </xu:assertDocumentsEqual> But here the body of <xu:expected/> gets evaluated. But I'd really want the body as is. But I'm not sure I'd use it that often anyways... ;-) Cheers, -- knut
