Re: Forms

2003-03-11 Thread Antonio Gallardo
Hi:

Please be a little more specific. The forms will be filled online or just
printed by your customer and sended back to you via.

Best Regards,

Antonio Gallardo

Ines Robbers dijo:
 Hello list,

 We want to use Cocoon for our forms (application forms etc.).
 It should be something like a form center.
 What is the best approach to realise this?
 Are there any examples on the net?

 Many thanks!

 Ines



 - To
 unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Forms

2003-03-11 Thread Ines Robbers
Dear Antonio,

These forms should be available online as well as being printable.
Depending on the form it can either be filled in and send back online or
in case of serious issues such as an application the form should be
printable so that people can send it back by post.
Only in the future online applications will be allowed when the digital
signature has been established.

The current format of the forms are pdf (example:
http://www.uni-potsdam.de/u/studium/formulare/a_wechsel_studiengang.pdf)

I guess it would be nice to have versions in XHTML and PDF at least.

The problem is that I have no idea how Cocoon handles forms and how I
should go about this.

I'd appreciate your help!

Ines


Antonio Gallardo:
* Please be a little more specific. The forms will be filled 
* online or just printed by your customer and sended back to you via.

 
Ines Robbers:
*  We want to use Cocoon for our forms (application forms etc.). It 
*  should be something like a form center. What is the best 
*  approach to realise this? Are there any examples on the net?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Forms

2003-03-11 Thread Antonio Gallardo
The (X)HTML forms can be easily done using Cocoon. You can use the
FormValidator Transformer to Validate the forms.

If you wish database support you can also make use of Modular Database
Actions.

On the other hand. I have no experience in writting XSL-FO forms. I dont
know if we can use the PDF Serializer to create PDF Forms. :-(

I already use XSL-FO but not to create forms.

Best Regards,

Antonio Gallardo

Ines Robbers dijo:
 Dear Antonio,

 These forms should be available online as well as being printable.
 Depending on the form it can either be filled in and send back online or
 in case of serious issues such as an application the form should be
 printable so that people can send it back by post.
 Only in the future online applications will be allowed when the digital
 signature has been established.

 The current format of the forms are pdf (example:
 http://www.uni-potsdam.de/u/studium/formulare/a_wechsel_studiengang.pdf)

 I guess it would be nice to have versions in XHTML and PDF at least.

 The problem is that I have no idea how Cocoon handles forms and how I
 should go about this.

 I'd appreciate your help!

 Ines


 Antonio Gallardo:
 * Please be a little more specific. The forms will be filled
 * online or just printed by your customer and sended back to you via.


 Ines Robbers:
 *  We want to use Cocoon for our forms (application forms etc.). It  *
 should be something like a form center. What is the best
 *  approach to realise this? Are there any examples on the net?



 - To
 unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: FORMS

2002-12-18 Thread Josema Alonso
Sure. I have tried different ways but using it directly from the Action with
a helper class seems to be the easiest solution by now.

I'm too busy this week, please give me a few days and I'll prepare and send
something to Wiki for example.

Btw, I read your message about loading content into a Node a few days ago.
You recommended using a Container. Since I didn't know about them I'm using
DOM Nodes  directly and it's working just fine. Would it be a better
approach to use the container?

Best.


-Mensaje original-
De: Ivelin Ivanov [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 18 de diciembre de 2002 5:01
Para: [EMAIL PROTECTED]
Asunto: Re: FORMS



Josema,

Many people requested an example of XMLForm with Xindice.
Can you submit some source code or even better a HOW-TO doc?

Thank you,

Ivelin



- Original Message -
From: Josema Alonso [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 17, 2002 9:59 AM
Subject: Re: FORMS


FORMSHello,
Yes, you must download 2.1 from CVS and build it. Information on how to get
it and build it step by step is available at:
http://xml.apache.org/cocoon/installing/index.html

Then you could test the XMLForm samples. I've been succesfully using them
for a few months backed by a Xindice respository.

Best.

ps: please, not HTML next time, thanks.


- Original Message -
From: Carlos González
To: [EMAIL PROTECTED]
Sent: Tuesday, December 17, 2002 3:34 PM
Subject: FORMS


Hi All,
I am very interested in something that would let me fill some forms, and
bind these form data to xml.
I am evaluating products like Altova's Authentic Web Edition (very
expensive, 30k USD per 50 concurrent users), but the functionality, except
the client behavior that allows to edit the whole xml before sending it to
the server, is near from what I'm looking for.
I have seen Cocoon Forms, and it seems that is what I need.
Could you give me some suggestions, hints, ..., whatever.
Also, Cocoon forms page says that Cocoon 2.1 must be downloaded in order to
test the example at url http://localhost:8080/cocoon/samples/xmlform/, but I
am unable to get this version neither in the download page nor in the cvs.
Where could I find this package?. Is it present in other releases, or only
in 2.1?
Thank you very much in advance.
Carlos.


Carlos Gonzalez-Cadenas
Software Architect
e-xtendnow



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: FORMS

2002-12-17 Thread Josema Alonso
FORMSHello,
Yes, you must download 2.1 from CVS and build it. Information on how to get
it and build it step by step is available at:
http://xml.apache.org/cocoon/installing/index.html

Then you could test the XMLForm samples. I've been succesfully using them
for a few months backed by a Xindice respository.

Best.

ps: please, not HTML next time, thanks.


- Original Message -
From: Carlos González
To: [EMAIL PROTECTED]
Sent: Tuesday, December 17, 2002 3:34 PM
Subject: FORMS


Hi All,
I am very interested in something that would let me fill some forms, and
bind these form data to xml.
I am evaluating products like Altova's Authentic Web Edition (very
expensive, 30k USD per 50 concurrent users), but the functionality, except
the client behavior that allows to edit the whole xml before sending it to
the server, is near from what I'm looking for.
I have seen Cocoon Forms, and it seems that is what I need.
Could you give me some suggestions, hints, ..., whatever.
Also, Cocoon forms page says that Cocoon 2.1 must be downloaded in order to
test the example at url http://localhost:8080/cocoon/samples/xmlform/, but I
am unable to get this version neither in the download page nor in the cvs.
Where could I find this package?. Is it present in other releases, or only
in 2.1?
Thank you very much in advance.
Carlos.


Carlos Gonzalez-Cadenas
Software Architect
e-xtendnow



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: FORMS

2002-12-17 Thread Ivelin Ivanov
Title: FORMS




XMLForm is not supported in version before 2.1.

You can download 2.1 here:
http://cvs.apache.org/snapshots/xml-cocoon2/


  - Original Message - 
  From: 
  Carlos 
  González 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, December 17, 2002 8:34 
  AM
  Subject: FORMS
  
  Hi All, 
  I am very interested in something that would let me fill some 
  forms, and bind these form data to xml. 
  I am evaluating products like Altova's Authentic Web Edition 
  (very expensive, 30k USD per 50 concurrent users), but the functionality, 
  except the client behavior that allows to edit the whole xml before sending it 
  to the server, is near from what I'm looking for.
  I have seen Cocoon Forms, and it seems that is what I 
  need. 
  Could you give me some suggestions, hints, ..., 
  whatever. 
  Also, Cocoon forms page says that Cocoon 2.1 must be 
  downloaded in order to test the example at url http://localhost:8080/cocoon/samples/xmlform/, but I am 
  unable to get this version neither in the download page nor in the 
  cvs.
  Where could I find this package?. Is it present in other 
  releases, or only in 2.1? 
  Thank you very much in advance. 
  Carlos. 
  Carlos Gonzalez-Cadenas Software 
  Architect e-xtendnow 



Re: FORMS

2002-12-17 Thread Ivelin Ivanov

Josema,

Many people requested an example of XMLForm with Xindice.
Can you submit some source code or even better a HOW-TO doc?

Thank you,

Ivelin



- Original Message -
From: Josema Alonso [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 17, 2002 9:59 AM
Subject: Re: FORMS


FORMSHello,
Yes, you must download 2.1 from CVS and build it. Information on how to get
it and build it step by step is available at:
http://xml.apache.org/cocoon/installing/index.html

Then you could test the XMLForm samples. I've been succesfully using them
for a few months backed by a Xindice respository.

Best.

ps: please, not HTML next time, thanks.


- Original Message -
From: Carlos González
To: [EMAIL PROTECTED]
Sent: Tuesday, December 17, 2002 3:34 PM
Subject: FORMS


Hi All,
I am very interested in something that would let me fill some forms, and
bind these form data to xml.
I am evaluating products like Altova's Authentic Web Edition (very
expensive, 30k USD per 50 concurrent users), but the functionality, except
the client behavior that allows to edit the whole xml before sending it to
the server, is near from what I'm looking for.
I have seen Cocoon Forms, and it seems that is what I need.
Could you give me some suggestions, hints, ..., whatever.
Also, Cocoon forms page says that Cocoon 2.1 must be downloaded in order to
test the example at url http://localhost:8080/cocoon/samples/xmlform/, but I
am unable to get this version neither in the download page nor in the cvs.
Where could I find this package?. Is it present in other releases, or only
in 2.1?
Thank you very much in advance.
Carlos.


Carlos Gonzalez-Cadenas
Software Architect
e-xtendnow



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Forms

2002-11-15 Thread Christian Haul
On 13.Nov.2002 -- 06:12 PM, Jos? Moreira wrote:
 hello, in my company we use apache+ php + postgre and we spend most of the
 time building table-manipulation forms ( for insert,update,delete,etc)
 
 is it possible to ( in cocoon ) create standard actions ( or else) to
 manipulate a xml file containing the data to be manipulated like the keys,
 key fields and what type of html input to atatch ( text, memo, radio, ... )
 and more ...
 
 then we whould have a xml file for every dataset needed in a website and 4
 'actions' (insert/view/delete/update)called when the situation demanded ?

Consider yourself lucky, those actions already exist in cocoon. See
the modular database actions (docs provide all info).

You need to provide the form and a database description for
that. Since both, form and description, can be cocoon resources, you
could even generate them from your database meta data.

Chris.
-- 
C h r i s t i a n   H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: forms

2002-09-19 Thread Barbara Post

Actions were invented after XSPs, and their field / way of control is
different. Actions set visible control in the sitemap (structured here).

Look for former thread partially entitled avoid use of xsp or something
similar. [EMAIL PROTECTED]

So you'll see what best fits your needs...

Babs
- Original Message -
From: Gabor Bartha [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 10:24 AM
Subject: forms


 Hi,

 I'm new in xml, xsl, ... I try to understand how to make forms with
 post/get methods, ... but I begin to implicate the solutions.

 1. I can make an xml, and an xsl (for the xml) to make a html form and
 post it to the other html. In this case I have to insert the
 map:parameter name=use-request-parameters value=true/ row in the
 sitemap, then I can access to the posted parameter from another xsl.
 This is clear.

 2. There are actions. As I read I can use actions to post, obtain posted
 parameters, ... When have I use actions? eg for databeses

 3. There is the request 2.0 logicsheet (xmlns:xsp-request=...)

 Can anybody explain the differences between these methods, and when can
 they be user and for what?

 many thanks,
 Gabor


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Forms

2002-08-01 Thread Ivelin Ivanov




Are you using C2.0.3 or C2.1?

In the latter case, you may want to look here:
http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html


  - Original Message - 
  From: 
  Richard 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, August 01, 2002 12:53 
  AM
  Subject: Forms 
  
  
  Hi Guys,
  
  Good Day!
  
  On http://xml.apache.org/cocoon/tutorial/tutorial-develop-webapp.html
  
  It is written that...
  The website 
  specification is missing the tags for form building, we will provide an 
  example here: 
  
  Where can I find the "tags for form building" syntax and description?
  
  in the codes... 
  
  form 
  handler="create-dept.html" 
  p You can 
  create a department by typing in 
  the name and 
  pressing the "submit" button. 
  /p 
  p Name: 
  text name="name" size="30" 
  required="true"/ 
  /p submit 
  name="Create Department"/ 
  note * These 
  fields are required. 
  /note/form
  
  How does the handler="create-dept.html" attribute work?
  
  The note element is not requiredby 
  the FormValidatorAction right? 
  This element were used onlyby the xsl 
  transformation.
  
  Thanks!


Re: Forms

2002-08-01 Thread Richard



Thanks Ivelin,

I got C2.1 on Tomcat 4.0.4 and jdk 
1.3


  - Original Message - 
  From: 
  Ivelin Ivanov 
  
  To: Richard ; [EMAIL PROTECTED] 
  
  Sent: Thursday, August 01, 2002 9:06 
  PM
  Subject: Re: Forms 
  
  
  Are you using C2.0.3 or C2.1?
  
  In the latter case, you may want to look here:
  http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html
  
  
- Original Message - 
From: 
Richard 

To: [EMAIL PROTECTED] 

Sent: Thursday, August 01, 2002 12:53 
AM
Subject: Forms 


Hi Guys,

Good Day!

On http://xml.apache.org/cocoon/tutorial/tutorial-develop-webapp.html

It is written that...
The website 
specification is missing the tags for form building, we will provide an 
example here: 


Where can I find the "tags for form building" syntax and description?

in the codes... 


form 
handler="create-dept.html" 
p You can 
create a department by typing in 
the name and 
pressing the "submit" button. 
/p 
p Name: 
text name="name" size="30" 
required="true"/ 
/p submit 
name="Create Department"/ 
note * 
These fields are required. 
/note/form

How does the handler="create-dept.html" attribute work?

The note element is not 
requiredby the FormValidatorAction right? 
This element were used onlyby the xsl 
transformation.

Thanks!


Re: Forms pseudo and passwd encryption

2001-08-17 Thread cib



Thanks, 
I'll try and install pgp.
But is there a command in xsp to encrypt datas in a 
form, and to decode it when using the formvalidator? (Like in mysql, the encrypt 
function)
Otherwise, password is send in plain text inside 
the post/get method.
Thanks for your help

Cib

France, Bordeaux, xml and gay pride.

  - Original Message - 
  From: 
  Karl Øie 
  To: [EMAIL PROTECTED] ; cib 
  Sent: Friday, August 17, 2001 11:04 
  AM
  Subject: RE: Forms pseudo and passwd 
  encryption
  
  ssl 
  now secures the actual connection between your server and the client, but it 
  is still uncrypted on both the client and server machine.
  
  to 
  further secure your form data you should use an encryption on whatever medium 
  you store the data in on the server, and preferably an encryption that can 
  create a public key to send to the user, and a private key to store data on 
  the server. (f.eks PGP)
  
  then 
  comes the problem that your application will have to contain your public and 
  private key, so now it is very very very important to secure the operating 
  system and network you run your application on.
  
  mvh 
  karl
  
  
-Original Message-From: cib 
[mailto:[EMAIL PROTECTED]]Sent: 16. august 2001 
23:22To: Cocoon User Mail ListSubject: Forms pseudo 
and passwd encryption
Hi, 
With help of tomcat user list, I've got my ssl 
working .
I wonder now how to completely secure my forms 
datas? 
How should I encrypt names and password from 
the register form?

Thanks for any help,
I'm learning a lot, but still a newbie in 
security things.

Cib

France, Bordeaux, xml and gay 
pride.


Re: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread java guru

I have posted similar requirement sometime back but no
response...Meantime here is what i found

1. XForm from nanoworks
http://xform.nanoworks.org/

I tried this but didnt feel comfortable to fit in with
cocoon2..

I think the form processing in c2 with form-validator
stuff is slowly moving towards this goal of full blown
form processing and validation..

I was really(and desperately) looking for simple and
effective mechanism to describe forms in xml and have
someother component deal with preparing form and
handling the validation stuff...Hope that arrives
soon...


 --- Thorsten Mauch [EMAIL PROTECTED] wrote:  Hi
All
 Does anyone knows a MVC  framework for from
 processing in cocoon2 ?
 I downloaded the CVS from SchemoX , but the last
 change was in January. So
 it my impression is that SchemoX is dead. Is this
 correct ?
 Are there other projetcs related to Form processing
 ?
 
 Thanx Thorsten
 
 
 

-
 Please check that your question has not already been
 answered in the
 FAQ before posting.
 http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
  


Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread Sergio Carvalho


I also need form generation and validation. I am basing mu implementation 
in XFDL, a W3C recomendation for generic business forms (not wonly web-based, but 
paper-based ones too).

If there's interest in a joint effort, I think we could set up a repository
somewhere (sourceforge...) and release it under a BSD type license. Reply if 
interested.

On Mon, 16 Jul 2001 16:39:26 +0100 (BST), java guru [EMAIL PROTECTED] wrote:
--
 I have posted similar requirement sometime back but no
 response...Meantime here is what i found
 
 1. XForm from nanoworks
 http://xform.nanoworks.org/
 
 I tried this but didnt feel comfortable to fit in with
 cocoon2..
 
 I think the form processing in c2 with form-validator
 stuff is slowly moving towards this goal of full blown
 form processing and validation..
 
 I was really(and desperately) looking for simple and
 effective mechanism to describe forms in xml and have
 someother component deal with preparing form and
 handling the validation stuff...Hope that arrives
 soon...
 
 
  --- Thorsten Mauch [EMAIL PROTECTED] wrote:  Hi
 All
  Does anyone knows a MVC  framework for from
  processing in cocoon2 ?
  I downloaded the CVS from SchemoX , but the last
  change was in January. So
  it my impression is that SchemoX is dead. Is this
  correct ?
  Are there other projetcs related to Form processing
  ?
  
  Thanx Thorsten
  
  
  
 
 -
  Please check that your question has not already been
  answered in the
  FAQ before posting.
  http://xml.apache.org/cocoon/faqs.html
  
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
   
 
 
 Do You Yahoo!?
 For regular News updates go to http://in.news.yahoo.com
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



--
Sergio Carvalho
---
[EMAIL PROTECTED]

If at first you don't succeed, skydiving is not for you

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Forms handling with cocoon

2001-06-28 Thread Peter Royal

At 05:58 PM 6/28/2001 +0200, you wrote:
applikation which deals with a lot of forms of business oriented data which
is provided by ejb's from a web app server like jboss or weblogic.
We have the forms for order processing, masterdata handling etc. We need a
lot of input fields, field checking against dynamic data, changing
navigation between pages.

I don't know of any public projects that are using cocoon in the manner in 
which you describe, but my company is using C2 as the basis for our 
applications, and there are others in this group that are doing the same.
-pete

-- 
peter royal - [EMAIL PROTECTED]
managing partners, inc. - http://www.managingpartners.com


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Forms handling with cocoon

2001-06-28 Thread Sergio Carvalho


I think Cocoon is pretty much up to the job. w3c already has the business form 
definition language part done for you (I think it's called XFDL). You'd make a great 
service to the community by creating the XSLT framework for using XFDL to present, and 
client-side-validate business forms. And open-sourcing it... *grin* I know I'd use it 
right now if I had it.

Sergio


On Thu, 28 Jun 2001 17:58:54 +0200
[EMAIL PROTECTED] wrote:

 
 
 I'm new to cocoon and have the following question:
 Is cocoon the right tool to server the presentation layer of a business
 applikation which deals with a lot of forms of business oriented data which
 is provided by ejb's from a web app server like jboss or weblogic.
 We have the forms for order processing, masterdata handling etc. We need a
 lot of input fields, field checking against dynamic data, changing
 navigation between pages.
 
 We are very impressed of handling of content with xml like cocoon does so
 it could be rendered in different designs on different devices(browsers,
 pda's, wap). But is it for this kind of apps ore more for contents like
 publishing, news, multimedia?
 Are there projects which are using it for apps in the described area?
 
 
 Viele Gruesse
 Best Regards
 
 Dirk Osterkamp
 
 Lynx-forw@rd GmbH, Johanniskirchplatz 6, D-33615 Bielefeld, Germany
 Tel. +49 (521) 5247-0, Fax.+49 (521) 5247-280, Mobile +49 (171) 7437992
 E-Mail: [EMAIL PROTECTED], Corporate Infos and Job Offers:
 http://www.lynx.de
 
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]