RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
Hi Fabian fabiEn ;) (I'm french, if you had'nt allready guessed) The Cocoon documentation has a tutorial covering a basic application, a beginners guide (currently called ctwig) which also has links to other sites What i'm trying to do is not a

Re: [Schecoon] flow control layer

2002-02-28 Thread Piroumian, Konstantin
Hi Ovidiu, Hi Maciek, ... Yes, that's right. Using inner classes you can implement closures. Once you have closures, you can implement continuation passing style (CPS) very easy. Furthermore, any program written in a language with direct continuations can be translated in a CPS

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread Andreas Hartmann
Hi FabiEn :), *** REPLY SEPARATOR *** On 28.02.2002 at 09:21 TREGAN Fabien wrote: Hi Fabian fabiEn ;) (I'm french, if you had'nt allready guessed) The Cocoon documentation has a tutorial covering a basic application, a beginners guide (currently called ctwig) which also has

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have to values (0 or 1) An Octet is 8 bits 1ko (kilo-octet) is 1024 bits (not 1000 because computer

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Tom Klaasen
Or the short answer: mo is French for mb, ko is French for kb :-) tomK, a real Belgian - Original Message - From: TREGAN Fabien [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 10:23 AM Subject: RE: [how-to] Contribute with my own tutorial BTW - what does

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread Jeremy Aston
Apologies Fabien for the typo on your name. I see what you mean. I'm not sure that anything exists that is in the public domain so you may have to write something yourself. If you are looking for something that helps show the benefits of Cocoon over the ASP/JSP type model then consider points

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread Andreas Hartmann
Fabien, *** REPLY SEPARATOR *** On 28.02.2002 at 10:23 TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
Apologies Fabien for the typo on your name. np I see what you mean. I'm not sure that anything exists that is in the public domain so you may have to write something yourself. let's go :) Also, I know from my own experience that if you start developing a Java/XML/XSLT web app yourself you

Re: XMLDBTransformer -- UPDATE

2002-02-28 Thread Stephan Michels
On Thu, 28 Feb 2002, Christian Zoffoli wrote: I'm very happy to see a XMLDBTrasformer in the scratchpad of Cocoon2!!! ... but I have some problems with the update ...it doesn't seem to work ...is it possible or it's my fault ? - the xupdate query

Re: XML-Based Selection (Redirect Serializer?)

2002-02-28 Thread Stefano Mazzocchi
James Burton wrote: Hi all! We're working on a Cocoon 2 project and *very* strongly need the ability to branch to a different pipeline or part of a pipeline based on the XML output of a Transformer. This is because we use a custom Transformer for communicating with an EJB back end.

[RT] Website Changes (Was: [Vote] Improving Cocoon Site)

2002-02-28 Thread Andreas Hartmann
Hi, (I don't know if RT is really the right prefix, but I wanted to use one and didn't know which :-) ) I found an interesting discussion about the Cocoon website in the MARC some days ago. In my eyes, it's quite important. A project about a webpublishing framework should have a perfectly

RE: XML-Based Selection (Redirect Serializer?)

2002-02-28 Thread Michael Homeijer
Hi Stephano, What do you think of the suggestion in the mailing list from Bruno Dumon? Most transformers that write data or writable sources/drains return a small amount of data (ie. success/failure, message, generated keyvalue). Would it be a performance problem to stream the result into a dom

RE: [C2.0.1]Problem with SOAP Logicsheet in accessing .Net Web Se rvic es

2002-02-28 Thread Morrison, John
From: KUMAR,PANKAJ (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Also, did you figure out what problems are in org.apache.commons.httpclient.*? No, I didn't look into org.apache.commons.httpclient.*. But I have asked Ovidiu,

RE: Cocoon and DNS lookup

2002-02-28 Thread Morrison, John
From: Michael Hartle [mailto:[EMAIL PROTECTED]] Morrison, John wrote: Hi All, Does anybody know if (and if so, where :) cocoon does any DNS queries? Hopefully I am guessing right on your intentions - if you are running Cocoon inside of Tomcat, then it is Tomcat doing DNS queries;

Re: XML-Based Selection (Redirect Serializer?)

2002-02-28 Thread James Burton
--- Stefano Mazzocchi [EMAIL PROTECTED] wrote: What about writing a custom selectors that connects to the EJB logic? will sure be faster and cleaner than to have to serialize things as SAX events, and have a selectors look into the pipe for that. The reason we use a Transformer is that

Re: NPE with StreamGenerator/HttpServletRequest ?

2002-02-28 Thread Jeremy Quinn
At 12:38 pm -0800 27/2/02, Davanum Srinivas wrote: Jeremy, I tried the test1-test5 just now did not see any NPE's. Can you tell me how to reproduce the NPE? I just re-tested with current CVS and what I have at home. Current CVS seems to be working, so it is probably my mistake after all. Sorry

RE: [RT] Website Changes (Was: [Vote] Improving Cocoon Site)

2002-02-28 Thread Steven Noels
Andreas, work is under its way at [EMAIL PROTECTED] (no project site up yet, CVS module name xml-forrest) to build an infrastructure that does this (and lots more) for the entire xml.apache.org community, based on Cocoon and Centipede. Feel free to join, help, etc... /Steven

Re: [Schecoon] flow control layer

2002-02-28 Thread Antti Koivunen
See the comments below. I'll try to look at things like an average web programmer would, so the results might look more like JavaScript than Scheme (but JavaScript is a well known language and does share some of the features of real functional languages). Ovidiu Predescu wrote: On Wed, 27

embedding fonts with cocoon

2002-02-28 Thread Adnan Zelkanovic
Hello together, I have a little problem with embedding fonts in cocoon. If I try to build the metric-file for my ttf with the cocoon-jars it doesn't work. The process can't find some dom classes. But if I try it with the fop-jars contained in the standalone-fop-pakage it works well. What does it

Re: embedding fonts with cocoon

2002-02-28 Thread Enke Michael
There was a thread about one month ago which covered this (I think). If I remember correct this was a bug in fop. You can go around by putting the font specification in another init file, but for details look into the archive. Michael Adnan Zelkanovic wrote: Hello together, I have a

Re: [Schecoon] flow control layer

2002-02-28 Thread Antti Koivunen
Piroumian, Konstantin wrote: Hi Ovidiu, Hi Maciek, ... Yes, that's right. Using inner classes you can implement closures. Once you have closures, you can implement continuation passing style (CPS) very easy. Furthermore, any program written in a language with direct continuations can be

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have to values (0 or 1) An Octet is 8 bits 1ko

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, TREGAN Fabien wrote: Apologies Fabien for the typo on your name. np I see what you mean. I'm not sure that anything exists that is in the public domain so you may have to write something yourself. let's go :) Also, I know from my own experience that if you start

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Piroumian, Konstantin
On Thu, 28 Feb 2002, TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have to values (0 or 1) An Octet is 8 bits

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, Piroumian, Konstantin wrote: On Thu, 28 Feb 2002, TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Piroumian, Konstantin
On Thu, 28 Feb 2002, Piroumian, Konstantin wrote: On Thu, 28 Feb 2002, TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/search SimpleLuceneXMLIndexerImpl.java

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:11:42 Modified:src/java/org/apache/cocoon/components/crawler SimpleCocoonCrawlerImpl.java src/java/org/apache/cocoon/components/search SimpleLuceneXMLIndexerImpl.java Log: Don't use jdk1.3 methods,

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
In a well organized 2M code a bug can be found 100 times faster than in an ugly 20K. Konstantin Mmm... I think i'll print this sentence and pin it on the wall of the devlopper's open-desk. (or maybe use it as my mail signature ?)

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/util NetUtils.java

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:19:12 Modified:src/java/org/apache/cocoon/util NetUtils.java Log: Make it compile under jdk1.2 Revision ChangesPath 1.6 +9 -3 xml-cocoon2/src/java/org/apache/cocoon/util/NetUtils.java Index: NetUtils.java

Supported JDK Version

2002-02-28 Thread Vadim Gritsenko
Cocooners, Are we supporting JDK1.2, or everybody already completely moved to JDK1.3? Vadim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/generator ProgramGeneratorImpl.java

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:25:51 Modified:src/java/org/apache/cocoon/components/language/generator ProgramGeneratorImpl.java Log: Do not ever return null Revision ChangesPath 1.12 +2 -1

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/generator GeneratorSelector.java

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:26:43 Modified:src/java/org/apache/cocoon/components/language/generator GeneratorSelector.java Log: Log meaningful exceptions, don't produce NullPointerException Revision ChangesPath 1.9 +8 -3

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Piroumian, Konstantin
In a well organized 2M code a bug can be found 100 times faster than in an ugly 20K. Konstantin Mmm... I think i'll print this sentence and pin it on the wall of the devlopper's open-desk. (or maybe use it as my mail signature ?) Hm... I'll become as famous as G. Booch ;) I've forgot to

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java session.xsl xscript-lib.xsl

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:41:07 Modified:src/java/org/apache/cocoon/components/language/markup/xsp JSGenerator.java XSPSessionHelper.java src/java/org/apache/cocoon/components/language/markup/xsp/java session.xsl

cvs commit: xml-cocoon2/src/webapp/docs/samples/xsp session.xsp

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:42:22 Modified:src/webapp/docs/samples/xsp session.xsp Log: session logicsheet test Revision ChangesPath 1.3 +55 -3 xml-cocoon2/src/webapp/docs/samples/xsp/session.xsp Index: session.xsp

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/javascript session.xsl

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 06:53:41 Modified:.changes.xml src/webapp cocoon.xconf src/webapp/docs/samples sample-xsp.xml Added: src/webapp/docs/samples/xsp-js session.xsp

xi:include problem in xsp?

2002-02-28 Thread Tsui, Alban
Considering the following constructs in an xsp page: xsp:element name=xi:includexsp:attribute name=hrefbarstyle0.xml/xsp:attribute/xsp:element xi:includexsp:attribute name=hrefbarstyle0.xml/xsp:attribute/xi:include xi:include href=barstyle0.xml/ After this xsp, the page is going

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/selection HostSelector.java

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 07:08:51 Modified:src/java/org/apache/cocoon/environment Request.java src/java/org/apache/cocoon/selection HostSelector.java Log: javadoc fixes Revision ChangesPath 1.6 +2 -2

cvs commit: xml-cocoon2/src/webapp/search create-index.xsp search-index.xsp statistic-index.xsp welcome-index.xsp

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 07:11:29 Modified:src/webapp/search create-index.xsp search-index.xsp statistic-index.xsp welcome-index.xsp Log: remove unused xsp namespaces Revision ChangesPath 1.4 +3 -7

Re: [Schecoon] flow control layer

2002-02-28 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: Trust the power of open development and trust the open-mindness of the cocoon community. I do trust the model, but sometime is hard to formulate what you want to accomplish. True :) What I've been thinking about is a syntax which emulates the semantic of the

RE: include problem in xsp?

2002-02-28 Thread Vadim Gritsenko
From: Tsui, Alban [mailto:[EMAIL PROTECTED]] Considering the following constructs in an xsp page: xsp:element name=xi:includexsp:attribute name=hrefbarstyle0.xml/xsp:attribute/xsp:element xi:includexsp:attribute name=hrefbarstyle0.xml/xsp:attribute/xi:include xi:include

Re: Zope vs. Cocoon

2002-02-28 Thread Stefano Mazzocchi
Martin Holz wrote: Stefano Mazzocchi wrote: http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/FrontPag e ) Uh, cool, sounds like the new Zope3 will be much more similar to Cocoon2 architecturally, at least it will be component-based and interface-driven. But

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Stefano Mazzocchi
TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have to values (0 or 1) An Octet is 8 bits 1ko (kilo-octet) is 1024

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Stefano Mazzocchi
Andreas Hartmann wrote: But I've never heard of octets instead of bytes. Never too old to learn ... In the IETF RFC, bytes are avoided because you don't know how to interpret them. I mean: if you receive 0001 this means 1 or 127? Octets represent the 'abstraction' of bytes: meaning, an

BUGS: session:get-attribute and esql:query

2002-02-28 Thread Paolo Scaffardi
I recently updated to Cocoon 2.0.2dev, from an old project running with the 2.0rc1, and i discovered many bugs that i reported many months ago. 1) session:get-attribute always expands into getAttribute(objectModel,name,default) prototype, even if you specify or not the default parameter. This is

RE: BUGS: session:get-attribute and esql:query

2002-02-28 Thread Morrison, John
[Patches] appreciated :) J. -Original Message- From: Paolo Scaffardi [mailto:[EMAIL PROTECTED]] Sent: Thursday, 28 February 2002 3:57 pm To: [EMAIL PROTECTED] Subject: BUGS: session:get-attribute and esql:query I recently updated to Cocoon 2.0.2dev, from an old project

Re: BUGS: session:get-attribute and esql:query

2002-02-28 Thread Davanum Srinivas
Paolo, The only way you can be sure that someone will look at the bugs are if you add a separate entry for each bug in Bugzilla (http://nagoya.apache.org) with enough information about the bug and instructions on how to recreate the bug. Thanks, dims --- Paolo Scaffardi [EMAIL PROTECTED]

sunRise tutorial here

2002-02-28 Thread Matthew Langham
Hi, This afternoon, I quickly (!) wrote up a tutorial on using the authentication components (sunRise) that were part of the portal/authentication package we donated a couple of weeks ago. Basically these components can be used to protect access to pipelines by defining a handler that then

Re: XML-Based Selection (Redirect Serializer?)

2002-02-28 Thread Stefano Mazzocchi
Michael Homeijer wrote: Hi Stephano, Stefano, please. What do you think of the suggestion in the mailing list from Bruno Dumon? As I stated previously, the question is: should a selector have knowledge on what flows into the pipe? do the advantages outweight the disadvantages? Ok, let's

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Stefano Mazzocchi
Berin Loritsch wrote: Stefano Mazzocchi wrote: TREGAN Fabien wrote: BTW - what does 2mo and 20ko actually mean? I can guess the meaning, but I've never seen it before. And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have to values (0 or

Re: [RT] Cocoon Web Applications

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, Stefano Mazzocchi wrote: Antti Koivunen wrote: Stefano, snip/ Thanks, I like it too. Another even more general term would be simply 'Cocoon Module', but it might not have the same marketing value (and the acronym would be confusing :) Hmmm, what do others

Re: [Schecoon] flow control layer

2002-02-28 Thread Ovidiu Predescu
On Thu, 28 Feb 2002 14:15:32 +0200, Antti Koivunen [EMAIL PROTECTED] wrote: See the comments below. I'll try to look at things like an average web programmer would, so the results might look more like JavaScript than Scheme (but JavaScript is a well known language and does share some of the

cvs commit: xml-cocoon2 build.bat

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 13:56:39 Modified:.build.bat Log: fix 'Weird problem with JDK 1.4 on win32' Revision ChangesPath 1.18 +14 -3 xml-cocoon2/build.bat Index: build.bat === RCS file:

Re: [Schecoon] flow control layer

2002-02-28 Thread Ovidiu Predescu
On Thu, 28 Feb 2002 16:12:14 +0100, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Ovidiu Predescu wrote: Blocks of code are declared with curly braces ('{' and '}'). A block is really an sequential list of expressions. The value returned by the block is the last expression in the block:

Re: Zope vs. Cocoon

2002-02-28 Thread Ovidiu Predescu
On Thu, 28 Feb 2002 16:30:39 +0100, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Any method call in python is done thru reflection. Calling a method in python means looking in the attribute hashmap of the object for a function object of that name. You can modify the values of the hashmap

RE: XML-Based Selection (Redirect Serializer?)

2002-02-28 Thread Daniel Fagerstrom
Stefano Mazzocchi wrote: Michael Homeijer wrote: snip/ In the current situation, the pipelines parts for incoming data and the parts for outgoing data are executed without having a possibility to change the outgoing pipeline based on the data returned from the incoming part. Again,

DO NOT REPLY [PATCH QUEUE] Summary March 1 2002

2002-02-28 Thread barozzi
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to

Re: [xml-dev] Check out the pipeline submission

2002-02-28 Thread Jeff Turner
On Thu, Feb 28, 2002 at 03:33:30PM -0800, Tim Bray wrote: http://www.w3.org/TR/xml-pipeline/ Pretty much like a Cocoon 2 sitemap. Cocoon relies on the pipeline model: an XML document is pushed through a pipeline, that exists in several transformation steps of your document. Every pipeline

DO NOT REPLY [Bug 6775] New: - [PATCH] Re-Enabling generating JPEGs under JDK1.4.0/Cocoon

2002-02-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6775. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6775] - [PATCH] Re-Enabling generating JPEGs under JDK1.4.0/Cocoon

2002-02-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6775. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

XMLDBTransformer - UPDATE and the missing namespace

2002-02-28 Thread Christian Zoffoli
I have found a problem on the xupdate document submitted by XMLDBTransformer to the XUpdateQueryService, it seems that the namespace xmlns:xu=http://www.xmldb.org/xupdate; was erased by the original document. Why ?? ...after reading the bug pointed by Vadim Gritsenko at the beginning of the

valid value type of action fields?

2002-02-28 Thread marco
Does anyone know all the valid value of the type property of the following tags? Which type should used agaisnt the data type of MySQL columns? employee connectionpersonnel/connection table name=employee_table keys key param=employee dbcol=id type=int mode=manual/ /keys

Don't blame my boss, he is sooo old... (was : RE : [how-to] Contribute with my own tutorial)

2002-02-28 Thread TREGAN Fabien
if your .java file is encoded in ascii, 1 octet = 1 char (space en cariage-return count as 1 char :) ) So you can gues that finding a bug hidden in 20ko of code is 100 times shorted than finding it in 2mo of code. This is the funniest complexity metric I ever heard of, even worse than LoC

DO NOT REPLY [Bug 2986] - org.apache.cocoon.sitemap.ErrorNotifier returns fixed error message

2002-02-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2986. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6778] New: - session:get-attribute always expands with default parameter

2002-02-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6778. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6779] New: - esql:query does not expand contents to valid java string

2002-02-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6779. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

XML Pipeline Definition Language Version 1.0

2002-02-28 Thread Nicola Ken Barozzi
fyi url=http://www.w3.org/TR/xml-pipeline/; XML Pipeline Definition Language Version 1.0 W3C Note 28 February 2002 Editors: Norman Walsh, Sun Microsystems, Inc. [EMAIL PROTECTED] Eve Maler, Sun Microsystems, Inc. [EMAIL PROTECTED] The W3C has released XML Pipeline Definition Language, which

RE: BUGS: session:get-attribute and esql:query

2002-02-28 Thread Paolo Scaffardi
The only way you can be sure that someone will look at the bugs are if you add a separate entry for each bug in Bugzilla (http://nagoya.apache.org) with enough information about the bug and instructions on how to recreate the bug. Ok, i posted there. Another thing: how can share with you

RE: BUGS: session:get-attribute and esql:query

2002-02-28 Thread Paolo Scaffardi
[Patches] appreciated :) I really have no idea how to make patches in Windows (where i devevlop in Java). What tool should i use? (i know how to do that in Linux... but i cannot switch to that OS when a patch is needed) ByeBye, Paolo Scaffardi Embedded Linux Developer AIRVENT SAM S.p.A. via

RE: sunRise tutorial here

2002-02-28 Thread Matthew Langham
Jeremy, I particularly like the use of XSLT to do the checking, makes it very adaptable. Please realize that this is only one possibility. You can use whatever you like in the authentication pipeline. The only requirement is that the authentication XML is returned for the user as shown. So it