Re: logic in sitemap.xmap

2003-06-03 Thread Geoff Howard
Complex logic is intentionally excluded. What version are you using? 2.0 you are limited to Actions, Selectors and Matchers. In 2.1 you have the same, but check out flow which allows more complex logic. Geoff At 12:21 PM 6/2/2003, you wrote: Hi all, Is possible to use complex logic in

Re: logic in sitemap.xmap

2003-06-03 Thread Hill Karimov
I use cocoon 2.1 dev. How more complex logics I can use? Is there some docs, examples or links? What is 'check out flow' ? Could you give me some example? Thanks a lot, Hill --- Geoff Howard [EMAIL PROTECTED] wrote: Complex logic is intentionally excluded. What version are you using? 2.0

RE: logic pure java or not?

2002-12-15 Thread Geoff Howard
it is pure java. xsp files are simply transformed (using xslt) into real java files and compiled (not unlike jsp is parsed to compile a servlet behind the scenes). If you have never gone to look at the resulting source, I'd highly recommend it - it takes most of the mystery out of the process.

RE: Logic and Java

2002-01-03 Thread Sharat Koya
I have a similar problem in that converting a double in xsp logic from an int causes similar errors when trying to save back to a database. -Original Message- From: Durrant, Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, 03 January 2002 17:46 To: [EMAIL PROTECTED] Subject: XSP:Logic

RE: logic

2001-08-29 Thread Mark S. Kent
Do I get counted off points as a newbie poster when I'm just stupid?? Bad coding on my part in another page: While trying to get the xsp:logic to work, I mistakenly placed it in a sub XSL file and didn't close it. Argh. -Original Message- From: Mark S. Kent [mailto:[EMAIL PROTECTED]]