Re: C2.0.4: Strange XSLT behaviour in logicsheet when matching text() nodes (resent)

2003-06-03 Thread Ricardo Rocha
Sylvain Wallez wrote: Ricardo Rocha wrote: So is probably a venerable fossil today. That said, "if it ain't broken..." Ah yes, I remember that, now. Gosh, the ancient times of Cocoon 1.x... Thanks for refreshing our memory, Ricardo. In fact, I was refering to the first Cocoon *2* XSP implementa

Re: C2.0.4: Strange XSLT behaviour in logicsheet when matching text() nodes (resent)

2003-06-03 Thread Sylvain Wallez
Ricardo Rocha wrote: Sylvain Wallez wrote: IIRC (but don't ask me why), the XSP engine wraps every text node from the XSP file into elements. In the original implementation text nodes were preprocessed and escaped as string constants in accordance to the rules of the target programming lang

Re: C2.0.4: Strange XSLT behaviour in logicsheet when matching text() nodes (resent)

2003-06-03 Thread Ricardo Rocha
Sylvain Wallez wrote: IIRC (but don't ask me why), the XSP engine wraps every text node from the XSP file into elements. In the original implementation text nodes were preprocessed and escaped as string constants in accordance to the rules of the target programming language. This took place prior

RE: C2.0.4: Strange XSLT behaviour in logicsheet when matching text() nodes (resent)

2003-06-03 Thread Geissel, Adrian
ect: Re: C2.0.4: Strange XSLT behaviour in logicsheet > when matching > text() nodes (resent) > > > Geissel, Adrian wrote: > > >Silly mail client! > > > > > >>Hi all, > >> &g

Re: C2.0.4: Strange XSLT behaviour in logicsheet when matching text() nodes (resent)

2003-06-03 Thread Sylvain Wallez
Geissel, Adrian wrote: Silly mail client! Hi all, I building an XSP Java logicsheet, and use the following constructs: this.contentHandler.startElement( "", "", "", xspAttr);

C2.0.4: Strange XSLT behaviour in logicsheet when matching text() nodes (resent)

2003-06-03 Thread Geissel, Adrian
Silly mail client! > Hi all, > > I building an XSP Java logicsheet, and use the following constructs: > > > > > this.contentHandler.startElement( > "", > "", > "", > xsp

Strange XSLT behaviour in logicsheet when matching text() nodes

2003-06-03 Thread Geissel, Adrian
Hi all, I building an XSP Java logicsheet, and use the following constructs: this.contentHandler.startElement( "", "", "", xspAttr); xspAttr.clear();