session transformer not behaving

2003-06-06 Thread Steven Cummings
hentication/ID"/> [Logout] -----8< After applying the session transformer it looks like this: >8- [Logout] -8< Strangely, I'm also noticing that the xalan tr

Re: problem with session transformer together with cocoon:/ pseudo protocol

2002-10-18 Thread Barbara Post
m: "Johann Romefort" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 4:41 PM Subject: problem with session transformer together with cocoon:/ pseudo protocol > Hi, > > I m getting some troubles working with cocoon:/ pseudo protocol and &

problem with session transformer together with cocoon:/ pseudo protocol

2002-10-18 Thread Johann Romefort
Hi, I m getting some troubles working with cocoon:/ pseudo protocol and the session Transformer. Basically I have one pipeline that call another using the cocoon:/ protocal. In this second pipeline I perform a session transformation to get back the profile of the current user with the tag

Re: XMLForm data stored/retrieved via Session Transformer?

2002-09-09 Thread Ivelin Ivanov
eptember 09, 2002 4:56 PM Subject: Re: XMLForm data stored/retrieved via Session Transformer? > Ivelin Ivanov wrote: > > > XMLForm currently supports JavaBeans, DOM and mixed models. > > You can look at the Feedback Wizard demo for example. > > > I will look again, but

Re: XMLForm data stored/retrieved via Session Transformer?

2002-09-09 Thread Simon Price
; > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 08, 2002 2:45 PM > Subject: Re: XMLForm data stored/retrieved via Session Transformer? > >>Support for Alan's suggestion of a model in XML format >> >>I'm pretty certain that JXPath can be used with a DO

Re: XMLForm data stored/retrieved via Session Transformer?

2002-09-08 Thread Ivelin Ivanov
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 2:45 PM Subject: Re: XMLForm data stored/retrieved via Session Transformer? > Support for Alan's suggestion of a model in XML format > > I'm pretty certain that JXPath can be used wit

Re: XMLForm data stored/retrieved via Session Transformer?

2002-09-08 Thread Simon Price
Support for Alan's suggestion of a model in XML format I'm pretty certain that JXPath can be used with a DOM object so it should be possible for XMLForms to support both JBs and XML as the model. Personally, I really like the idea of being able to create and manipulate the model without ha

XMLForm data stored/retrieved via Session Transformer?

2002-09-06 Thread Alan Hodgkinson
Dear All, Is it possible to get the data into/out of an XMLForm in XML format, via the session transformer? My goal is to implement business objects stored in XML in the session rather than in JavaBeans. It seems to me that form data is just begging to be stored in XML format, because it

session transformer

2002-06-18 Thread Corinna Gries
Title: session transformer Hi gurus, I have been enjoying the session transformer and source writing transformer a lot lately, very intuitive. But there is one problem that I don't seem to be able to figure out. Following the example on forms 'the session framework approach&#x

Re: Session transformer and namespaces

2002-06-14 Thread Jeremy Quinn
On Thursday, June 13, 2002, at 06:53 PM, Bruce Krautbauer wrote: > also note the namespace for the 'a' element has disappeared. > The transformer you are using is based on the AbstractSAXTransformer, which I believe does not handle namespaces properly. I have the same problem with the new So

Re: Session transformer and namespaces

2002-06-13 Thread Nicola Ken Barozzi
Bruce Krautbauer wrote: > Maybe it's just IE. The error I get when trying to display this output (as the >result of a ) is: > > The XML page cannot be displayed > Cannot view XML input using XSL style sheet. Please correct the error and then click >the Refresh button, or try again later.

RE: Session transformer and namespaces

2002-06-13 Thread Bruce Krautbauer
Maybe it's just IE. The error I get when trying to display this output (as the result of a ) is: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. ---

RE: Session transformer and namespaces

2002-06-13 Thread Hunsberger, Peter
> creates the following invalid XML output (there are multiple xmlns attributes on the 'root' element): > > > > http://cocoon.apache.org/session/1.0"; xmlns="http://cocoon.apache.org/session/1.0"; xmlns="http://cocoon.apache.org/session/1.0";> > foo > bar >

Session transformer and namespaces

2002-06-13 Thread Bruce Krautbauer
t the 'a' element problem remains: http://cocoon.apache.org/session/1.0";> http://namespace.org/a";>foo bar I am creating my input to the session transformer with the XSLT transformer using http://cocoon.apache.o

Re: Another session transformer question

2002-05-31 Thread Bruce Krautbauer
bar fred The same happens if I use setxml in place of mergexml. I really like the idea of the session transformer and I am probably expecting too much. What are the current thou

Re: Another session transformer question

2002-05-30 Thread Bruce Krautbauer
fred The same happens if I use setxml in place of mergexml. I really like the idea of the session transformer and I am probably expecting too much. What are the current thoughts for the most Cocoon-ish way to handle the session problem? Kindest regards, Bruce ---

Another session transformer question

2002-05-23 Thread Bruce Krautbauer
e happens if I use setxml in place of mergexml. I really like the idea of the session transformer and I am probably expecting too much. What are the current thoughts for the most Cocoon-ish way to handle the session problem? Kindest regards, Bruce --

Session transformer mergexml issue

2002-05-23 Thread Bruce Krautbauer
I've been looking at the new session transformer and I stumbled onto an issue that may or may not be a bug. This XML: http://cocoon.apache.org/session/1.0";> foo