Re: [Q] XScript...

2002-07-26 Thread Ovidiu Predescu
Hi Vadim, On 7/25/02 6:51 AM, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > Hi Ovidiu, > > I'm not sure whether you are following this discussion or not, but I'm > about to refactor XScript in the following direction: No, sorry, I was not following it, thanks for the heads up. Where did it st

Re: [Q] XScript...

2002-07-25 Thread Nicola Ken Barozzi
Vadim Gritsenko wrote: >>From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] >> >>Vadim Gritsenko wrote: >>... >> >>>Java Standard Tag Library from http://www.jcp.org/jsr/detail/52.jsp? >>>Never seen it before... Yes, it is somewhat similar, but main >> > difference > >>>is that XScript is XML

Tags, Was: RE: [Q] XScript...

2002-07-25 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:volker.schmitt@basf-it- > > > Hi, Volker, > I am using JXPath in my Taglib implementation, description is in > http://www.mail-archive.com/cocoon-dev@xml.apache.org/msg16919.html > > I have written a out Tag which can be used to get/set variables in > reques

RE: RE: [Q] XScript...

2002-07-25 Thread volker . schmitt
Hi, I am using JXPath in my Taglib implementation, description is in http://www.mail-archive.com/cocoon-dev@xml.apache.org/msg16919.html I have written a out Tag which can be used to get/set variables in request/session or context like The first step is selection of the person attribute on th

RE: [Q] XScript...

2002-07-25 Thread Per Kreipke
Vadim, I like your suggestions. I have a concern that the refactoring may not apply to 2.0.3 (or 2.0.4). Can some of the changes be made to 2.0.3 (esp #1 and #3 [where vars are stored and their format]) and then the rest made in 2.1? Per > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] >

RE: [Q] XScript...

2002-07-25 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > ... > > Java Standard Tag Library from http://www.jcp.org/jsr/detail/52.jsp? > > Never seen it before... Yes, it is somewhat similar, but main difference > > is that XScript is XML oriented (at least ATM). > > > >

RE: [Q] XScript...

2002-07-25 Thread Piroumian Konstantin
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] > > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > ... > > > 3. Move to DOM for variable storage. This will allow adding xpath > > > functionality to the logicsheet without extra re-

Re: [Q] XScript...

2002-07-25 Thread Nicola Ken Barozzi
Vadim Gritsenko wrote: ... > Java Standard Tag Library from http://www.jcp.org/jsr/detail/52.jsp? > Never seen it before... Yes, it is somewhat similar, but main difference > is that XScript is XML oriented (at least ATM). > > I will think about re-using syntax defined in the JSR. Look at Jelly

RE: [Q] XScript...

2002-07-25 Thread Vadim Gritsenko
> From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] > > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] ... > > 3. Move to DOM for variable storage. This will allow adding xpath > > functionality to the logicsheet without extra re-parsing. > > Are going to use JXPath as XPath engine? I w

RE: [Q] XScript...

2002-07-25 Thread Piroumian Konstantin
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Hi Ovidiu, > > I'm not sure whether you are following this discussion or not, but I'm > about to refactor XScript in the following direction: > > 1. Do not store variable scopes in the XScriptManager, but as > attribute > of Context, Sess

Re: [Q] XScript...

2002-07-25 Thread Conny Pemfors
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 3:51 PM Subject: RE: [Q] XScript... > Hi Ovidiu, > > I'm not sure whether you are following this discussion or not, but I'm > about to refactor XScript in the following direction: > > 1. Do n

RE: [Q] XScript...

2002-07-25 Thread Vadim Gritsenko
Hi Ovidiu, I'm not sure whether you are following this discussion or not, but I'm about to refactor XScript in the following direction: 1. Do not store variable scopes in the XScriptManager, but as attribute of Context, Session, Request, or in the page itself (for page scope). Thus, will be no (