sending forms does not work

2003-01-27 Thread Wolle
Hi Guys!

I made a registration-form for the portal-framework. If I want to sent the
data the form will not be processed by IE and Netscpape. Nothing happens
if I press the submit-button.

Everything works fine if i use Opera.

I am really confused! Has anybody made the same experience?

Bye for now

Wolfgang



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Cocoon Portal - User Roles

2003-01-17 Thread Wolle
Hi,

thank you for the tip. :-) I will have a try.

Wolfgang


*Hi,
*
*try using the log transformer between your transformation step
*with the login.xsl and the sql transformer and you will see,
*if the correct xml is outputted by your stylesheet.
*If this is correct, put the log transformer behind the sql
*transformer and you will see what the sql transformer does.
*
*Maybe this gives a clue.
*
*Carsten
*
*Carsten Ziegeler
*Open Source Group, S&N AG
*
*
*> -Original Message-
*> From: Wolle [mailto:[EMAIL PROTECTED]]
*> Sent: Thursday, January 16, 2003 2:09 PM
*> To: [EMAIL PROTECTED]
*> Subject: RE: Cocoon Portal - User Roles
*>
*>
*> Hi Guys,
*>
*> I tried all this. Maybe somebody can give some completing hints.
*> I described all in the file email.txt
*>
*> Thank You
*>
*> Wolfgang
*>
*>
*>
*> *>>
*> *Since the the "new role" function in the portal sample is mapped to
*> * uri, it is using
*> this sitemap
*> *snippet right?
*> *
*> *
*> *
*> *
*> *
*> *
*> *
*> *
*> *
*> *
*> *and the documentations says that
*> *
*> *The new-role resource creates a new role in the system. It gets the
*> *parameters "type" with the value "role" and "role" with the new rolename.
*> *
*> *Where is the "type" and "role" parameter?
*> *and why does it have to serialized in an xml type in the end?
*> *<<
*> *
*> *You need to take a look at the file sunrise-newrole.xml. That
*> file contains
*> *most of the dirty work. The transformers session, cinclude and
*> writesource
*> *act on the information contained in there. Because
*> sunrise-newrole.xml also
*> *flows through the pipeline it is then formatted by the stylesheet and
*> *returned to the browser. It is serialized to xml because it is being used
*> *inside the portal (in this case).
*> *
*> *If you wanted to write this to a database you would need to change the
*> *sunrise-newrole.xml and use the sqltransformer instead of cinclude and
*> *write-source. In all this should take you around 5 minutes or
*> less to adapt.
*> *:-)
*> *
*> *So it really is quite simple really.
*> *
*> *Matthew
*> *--
*> *Open Source Group   Cocoon { Consulting, Training, Projects }
*> *=
*> *Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
*> *Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
*> *-
*> *Cocoon book:
*> *  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
*> *Weblog:
*> *  http://radio.weblogs.com/0103021/
*> *=
*> *
*> *  -Original Message-
*> *  From: Richard Reyes [mailto:[EMAIL PROTECTED]]
*> *  Sent: Tuesday, November 12, 2002 12:53 PM
*> *  To: cocoon-users
*> *  Subject: RE: Cocoon Portal - User Roles
*> *
*> *
*> *
*> *
*> *  Hi Matthew / Guys,
*> *
*> *  Just want to confirm some things
*> *
*> *  Since the the "new role" function in the portal sample is mapped to
*> * uri, it is using
*> this sitemap
*> *snippet right?
*> *
*> *  
*> *  
*> *  
*> *  
*> *  
*> *  
*> *  
*> *  
*> *
*> *  and the documentations says that
*> *
*> *  The new-role resource creates a new role in the system. It gets the
*> *parameters "type" with the value "role" and "role" with the new rolename.
*> *
*> *  Where is the "type" and "role" parameter?
*> *  and why does it have to serialized in an xml type in the end?
*> *
*> *  Also, for the sunrise-newrole resource, the only thing this
*> pipeline does
*> *is save a new role in the xml file ( sunrise-roles.xml )? whose
*> responsible
*> *for displaying the next page after saving the new role?
*> *
*> *  And since this sitemap snippet is called inside a map:pipeline internal
*> *only clause I think it is being called by the portal generator or action.
*> *
*> *  If in case I'd used custom actions over this pipeline, How would I know
*> *the parameters that
*> *  have been passed and are being expected by the caller of this pipeline?
*> *
*> *  Thanks a lot
*> *  Richard
*> *- Original Message -
*> *From: Richard Reyes
*> *To: cocoon-users
*> *Cc: Alex
*> *Sent: Tuesday, November 12, 2002 7:18 PM
*> *Subject: Re: Cocoon Portal - User Roles
*> *
*> 

RE: Cocoon Portal - User Roles

2003-01-16 Thread Wolle
Hi Guys,

I tried all this. Maybe somebody can give some completing hints.
I described all in the file email.txt

Thank You

Wolfgang



*>>
*Since the the "new role" function in the portal sample is mapped to
* uri, it is using this sitemap
*snippet right?
*
*
*
*
*
*
*
*
*
*
*and the documentations says that
*
*The new-role resource creates a new role in the system. It gets the
*parameters "type" with the value "role" and "role" with the new rolename.
*
*Where is the "type" and "role" parameter?
*and why does it have to serialized in an xml type in the end?
*<<
*
*You need to take a look at the file sunrise-newrole.xml. That file contains
*most of the dirty work. The transformers session, cinclude and writesource
*act on the information contained in there. Because sunrise-newrole.xml also
*flows through the pipeline it is then formatted by the stylesheet and
*returned to the browser. It is serialized to xml because it is being used
*inside the portal (in this case).
*
*If you wanted to write this to a database you would need to change the
*sunrise-newrole.xml and use the sqltransformer instead of cinclude and
*write-source. In all this should take you around 5 minutes or less to adapt.
*:-)
*
*So it really is quite simple really.
*
*Matthew
*--
*Open Source Group   Cocoon { Consulting, Training, Projects }
*=
*Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
*Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
*-
*Cocoon book:
*  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
*Weblog:
*  http://radio.weblogs.com/0103021/
*=
*
*  -Original Message-
*  From: Richard Reyes [mailto:[EMAIL PROTECTED]]
*  Sent: Tuesday, November 12, 2002 12:53 PM
*  To: cocoon-users
*  Subject: RE: Cocoon Portal - User Roles
*
*
*
*
*  Hi Matthew / Guys,
*
*  Just want to confirm some things
*
*  Since the the "new role" function in the portal sample is mapped to
* uri, it is using this sitemap
*snippet right?
*
*  
*  
*  
*  
*  
*  
*  
*  
*
*  and the documentations says that
*
*  The new-role resource creates a new role in the system. It gets the
*parameters "type" with the value "role" and "role" with the new rolename.
*
*  Where is the "type" and "role" parameter?
*  and why does it have to serialized in an xml type in the end?
*
*  Also, for the sunrise-newrole resource, the only thing this pipeline does
*is save a new role in the xml file ( sunrise-roles.xml )? whose responsible
*for displaying the next page after saving the new role?
*
*  And since this sitemap snippet is called inside a map:pipeline internal
*only clause I think it is being called by the portal generator or action.
*
*  If in case I'd used custom actions over this pipeline, How would I know
*the parameters that
*  have been passed and are being expected by the caller of this pipeline?
*
*  Thanks a lot
*  Richard
*- Original Message -
*From: Richard Reyes
*To: cocoon-users
*Cc: Alex
*Sent: Tuesday, November 12, 2002 7:18 PM
*Subject: Re: Cocoon Portal - User Roles
*
*
*Hi Matthew,
*
*Thanks for the reminder!
*
*
*Hi,
*
*each function of the portal is mapped to a pipeline. So in order to
*change the storage - all you have to do is to modify the pipeline to use say
*the SQLGenerator etc.
*
*Read the documentation.
*http://xml.apache.org/cocoon/developing/webapps/authentication.html
*
*It explains this in detail (see under User Administration). Then look at
*the pipelines that are currently used to get a feel for how it works at the
*moment.
*
*Matthew
*
*--
*Open Source Group   Cocoon { Consulting, Training, Projects }
*=
*Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
*Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
*-
*Cocoon book:
*  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
*Weblog:
*  http://radio.weblogs.com/0103021/
*=
*
*  -Original Message-
*  From: Richard Reyes [mailto:[EMAIL PROTECTED]]
*  Sent: Tuesday, November 12, 2002 10:06 AM
*  To: [EMAIL PROTECTED]
*  Subject: Re: Cocoon Portal - User Roles
*
*
*  Hi again guys,
*
*  I have checked the source codes of the portal sample...
*
*  I found out that if I am to add new user or to add new roles, both
*task
*  will end up 

coplet-problems

2002-12-22 Thread Wolle
hi!

i use the portal-framework to for providing information. so i defined a
coplet which contents some links to other xml-files on my local server. in
the portal-framework i have the possibility to change the
font/background color of the web-presentation. but as soon as i follow a
link from the coplet all these definitions are gone.

how can i involve these variables for background color in a web-page
continuatived by the coplet?

i found something similar in the portal-documentation.
i tried to use getxml expressions from the session-modul in the xsl
stylesheet and in the xml file.
both tries do not work.

i am lost and so i need your help. 


bye for now

wolfgang



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




portal-fw

2002-10-24 Thread Wolle
hi there!

i try to use the portal-fw. there is one thing i descoverd and i am sure
anybody else has already a solution for the problem.

the usermanagement (like login, create user, roles, ) is stored in
xml-files. if a huge amount of people want to use the portal i would
prefer using  a database for storing instead. 

there are some other examples in the samples-page which use a database. 

was the portal-fw created with the intention to work without a database?

has anybody involved a database in the framwork? how can i do that without
loosing all the possibilites of the portal-fw?


bye for now

Wolfgang Weigel
_


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




cvs-version

2002-10-19 Thread Wolle
hi everybody!

i compiled the latest cvs-version. after installing i get an
error:

apache tomcat/401 -http status 503 - servlet cocoon2 currently unavailable

has anybody a solution


bye

wolfgang


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Re: german umlaut!

2002-09-10 Thread Wolle

hi everybody!

thank you very much for the help. but i still have the problem.
the html and pdf output is ok. as soon as i produce text-output i get
UTF-8 code although i forced cocoon to produce iso 8859-1 by using:


 iso-8859-1
 

the saved text-file is indeed  UTF-8 coded because the unix-command 'file'
confirms the result.

right now i am using a workaround by reencoding the saved file
via: 'recode UTF-8 file.txt'


i tested for quite a long time. this is a working solution without cocoon
2.0.3.

maybe there is more luck with cocoon 2.1.


wolfgang weigel




*Wolle, please check this. Maybe it can help you ;)
*
*Antonio Gallardo
*
*
*I guess Carsten helped me finding this out first ;-)
*
*So thanks to every guru here :-)
*
*Cocoon rules ;-)
*- Original Message -
*From: "Antonio Gallardo Rivera" <[EMAIL PROTECTED]>
*To: <[EMAIL PROTECTED]>
*Sent: Thursday, August 29, 2002 11:25 AM
*Subject: [SUMMARY] How to encode ISO-8859-1 characters into the Database?
*
*
*Barbara:
*
*Thank you Very much! It works fine now!
*
*Antonio Gallardo
*
**
*SOLUTION by Barbara Post :) :
*go to the sitemap and ensure that XML and HTML serializers have the
*following
*tag:
*
*iso-8859-1
*
**
*CAUSE by Barbara Post:
*Sitemap overrides XSP/XSL encoding
*
**
*PROBLEM by me :(
*
*I create the Database now using the following string:
*
*createdb -E LATIN1 -e mydb
*
*Where,
*LATIN1 is the encoding used by the database
*mydb is the name of the database
*
*Now When I wrote: "Olé"
*When I retrieve the values there are: "Olé"
*
*Also, I used at the beginning of the XSP pages the string:
*
*
*
*What is wrong?
*
**
*The first request:
*
*PLATAFORM:
*Cocoon 2.0.3
*Tomcat 4.1.9
*PostgreSQL 7.2.1.
*
*PROBLEM:
*
*If I store a string value, like "Olé" in the Database without using Cocoon.
*I
*retrieve it and see "Olé". The same string.
*
*With Cocoon:
*I need to store values to the Database like "Olé". I saw that the Cocoon
*manipulate the data like UTF-8 and not in the code  ISO-8859-1. How I can
*change this feature to make Cocoon work in ISO-8859-1 code?
*
*I hope it will help anybody :) And thanks again Barbara :)
*
*Antonio Gallardo
*
*
*
*El Martes, 10 de Septiembre de 2002 04:13, Wolle escribió:
*> hi!
*>
*> i tried to modify the sitemap.xmap in the following way:
*>
*>
*>   name="text" src="org.apache.cocoon.serialization.TextSerializer">
*>  iso-8859-1
*> 
*>
*> but the result was negativ. i wasn't able to find some other files for
*> changing the output to text-style. (i used grep for finding the string
*> UTF / iso)
*>
*> does anybody know another hint?
*>
*> wolfgang weigel
*>
*>
*> *Wolle wrote:
*> *> as soon as i try to get an output as txt-file (e.g. on a web-browser or
*> *> saving the content in a file) the german umlaut produced by the ue/oe
*> keys *> are produced wrong (e.g. ue as A1/4). but all encodings in the
*> xml/xsl *> file are correct. even the settings of the webbrowser are
*> correct. *>
*> *> the aim is to produce a proper text-output for latex.
*> *>
*> *> is the text-ouput of cocoon broken?
*> *>
*> *No. It is probably outputting UTF-8. I think you can choose the
*> *output encoding for the text serializer, check the default, and
*> *try to get the encoding you need (like ISO-8859-1).
*> *
*> *J.Pietschmann
*> *
*> *
*> *-
*> *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: german umlaut!

2002-09-10 Thread Wolle

hi!

i tried to modify the sitemap.xmap in the following way:



 iso-8859-1


but the result was negativ. i wasn't able to find some other files for
changing the output to text-style. (i used grep for finding the string
UTF / iso)

does anybody know another hint?

wolfgang weigel


*Wolle wrote:
*> as soon as i try to get an output as txt-file (e.g. on a web-browser or
*> saving the content in a file) the german umlaut produced by the ue/oe keys
*> are produced wrong (e.g. ue as A1/4). but all encodings in the xml/xsl
*> file are correct. even the settings of the webbrowser are correct.
*> 
*> the aim is to produce a proper text-output for latex.
*> 
*> is the text-ouput of cocoon broken?
*> 
*No. It is probably outputting UTF-8. I think you can choose the
*output encoding for the text serializer, check the default, and
*try to get the encoding you need (like ISO-8859-1).
*
*J.Pietschmann
*
*
*-
*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: german umlaut!

2002-09-09 Thread Wolle

hi!

thanks for the many suggestions.


i tried the following solution:

*
*4. Use a proper encoding declaration which matches the actual
*encoding of the file. For example, most platforms setup for
*a german language environment use ISO-8859-1, and usually
*editors use this as the default encoding. Placing
*   
*at the beginning of each XML file (XSLT is XML too) allows you
*to use native encoded umlauts.


this works great producing pdf.

but i still have a problem:

as soon as i try to get an output as txt-file (e.g. on a web-browser or
saving the content in a file) the german umlaut produced by the ue/oe keys
are produced wrong (e.g. ue as A1/4). but all encodings in the xml/xsl
file are correct. even the settings of the webbrowser are correct.

the aim is to produce a proper text-output for latex.

is the text-ouput of cocoon broken?


bye

wolfgang weigel


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




german umlaut!

2002-09-09 Thread Wolle

hi cocooners!

has anybody a proper solution for involving german umlaute in a
cocoon-framework?

i have some ideas like

1. writing the umlauts in  unicode (so creating a pdf via fop will cause
no problems)
2. writing them in tex-style like "u or "o an exchange them later in
every xsl-file
3. using extra-markups like 

i don't know. are there any solutions which had been tested already?

does anybody know a comfortable solution?



Auf bald

Wolfgang Weigel


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Re: could not add record/mysql

2002-09-02 Thread Wolle

hi!

*Make sure you change the pool name not just in cocoon.xconf but anywhere 
*you actually use the pool, like create-empl.xsp.

this was already done.

 Then bounce your 
*servlet container so Cocoon will reread cocoon.xconf. 

what does that mean? i suggest restarting tomcat.

If you do those 
*things and still have problems, stop Tomcat, delete the work directory 
*for the cocoon webapp, and then restart it.

i tried. after a few hours i finally found the solution. i forgot to
modify the
following line in the sitemap:



after changing everything worked fine.


Thanks a lot for the help!

wolfgang
*
*Regards,
*
*Lajos
*
*
*Wolfgang Weigel wrote:
*
*> hi!
*> 
*> i tried to change the example from
*> http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database.
*> everything works fine if using the name "personnel" for the
*> database-connection in the cocoon.xconf ( logger="core.datasources.mysql" name="personnel">)
*> 
*> as soon as i modify the name-parameter (e.g. mysql) i get the following
*> exception:
*> 
*> Message
*> 
*> Could not add record
*> 
*> 
*> Source
*> 
*> org.apache.cocoon.ProcessingException
*> 
*> 
*> Description
*> 
*> org.apache.cocoon.ProcessingException: Could not add record:
*> org.apache.avalon.framework.component.ComponentException: datasources:
*> ComponentSelector could not find the component for hint: personnel
*> 
*> 
*> Does anybody have a solution?
*> 
*> 
*> bye
*> 
*> wolfgang
*> 
*> 
*> 
*> -
*> Please check that your question  has not already been answered in the
*> FAQ before posting. 
*> 
*> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
*> For additional commands, e-mail:   <[EMAIL PROTECTED]>
*> 
*> 
*
*
*-- 
*galatea.com
*Cocoon training, consulting & support
*
*
*
*-
*Please check that your question  has not already been answered in the
*FAQ before posting. 
*
*To unsubscribe, e-mail: <[EMAIL PROTECTED]>
*For additional commands, e-mail:   <[EMAIL PROTECTED]>
*

Auf bald

Wolfgang Weigel
_
Wolfgang Weigel
Universitaet Wuerzburg
Didaktik Mathematik
Am Hubland
97074 Wuerzburg

[EMAIL PROTECTED]
office: 0931/888-5078
 _  __ __ __
| | /| / /__  / / /__   __    / /  ___ ___   / / / /
| |/ |/ / _ \/ / / -_) | |/|/ / _ `(_-<  / _ \/ -_) __/ -_) /_/_/_/
|__/|__/\___/_/_/\__/  |__,__/\_,_/___/ /_//_/\__/_/  \__/ (_|_|_) 

-


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Re: fop

2002-08-02 Thread Wolle

hi!

which parameter did you use in the sitemap. can you show a example?


bye

wolfgang weigel


*The only way I could get images to work through cocoon was to provide an
*absolute file system path to the image using the file:// protocol.
*I used a sitemap parameter to pass the path into my stylesheet so that
*it was still configurable on different machines.
*
*Andrew
*
*On Fri, 2002-08-02 at 12:01, Wolle wrote:
*> On Fri, 2 Aug 2002, Barbara Post wrote:
*> 
*> *image path issue ? absolute, relative ?
*> 
*> here is some code from the xml-file:
*> 
*> 
*> 
*> 
*> 
*> here is some code from the xsl-file:
*> 
*> 
*> 
*> 
*> 
*> 
*> 
*> the pictures are in the same directory as the xsl/xml file.
*> 
*> i also tried:
*> 
*> ,
*> 
*> 
*> 
*> bye 
*> 
*> ww
*> 
*> 
*> *
*> *Babs
*> *- Original Message -
*> *From: Wolle <[EMAIL PROTECTED]>
*> *To: <[EMAIL PROTECTED]>
*> *Sent: Friday, August 02, 2002 11:48 AM
*> *Subject: fop
*> *
*> *
*> *> hi!
*> *>
*> *> I made a xsl-file to generate from a xml file a pdf. this works fine as
*> *> long as i use fop standalone (command line).
*> *>
*> *> if producing the pdf with cocoon i get the text without any pictures
*> *> (gif/jpg).
*> *>
*> *> has anybody the same problem? where can i get some information about whats
*> *> working wrong?
*> *>
*> *> i need some help.
*> *>
*> *>
*> *>
*> *> bye
*> *>
*> *> wolfgang weigel
*> *> k
*> *>
*> *>
*> *> -
*> *> 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]>
*> *
*> 
*> Auf bald
*> 
*> Wolfgang Weigel
*> _
*> Wolfgang Weigel
*> Universitaet Wuerzburg
*> Didaktik Mathematik
*> Am Hubland
*> 97074 Wuerzburg
*> 
*> [EMAIL PROTECTED]
*> office: 0931/888-5078
*>  _  __ __ __
*> | | /| / /__  / / /__   __    / /  ___ ___   / / / /
*> | |/ |/ / _ \/ / / -_) | |/|/ / _ `(_-<  / _ \/ -_) __/ -_) /_/_/_/
*> |__/|__/\___/_/_/\__/  |__,__/\_,_/___/ /_//_/\__/_/  \__/ (_|_|_) 
*> 
*> -
*> 
*> 
*> -
*> 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]>
*

Auf bald

Wolfgang Weigel
_
Wolfgang Weigel
Universitaet Wuerzburg
Didaktik Mathematik
Am Hubland
97074 Wuerzburg

[EMAIL PROTECTED]
office: 0931/888-5078
 _  __ __ __
| | /| / /__  / / /__   __    / /  ___ ___   / / / /
| |/ |/ / _ \/ / / -_) | |/|/ / _ `(_-<  / _ \/ -_) __/ -_) /_/_/_/
|__/|__/\___/_/_/\__/  |__,__/\_,_/___/ /_//_/\__/_/  \__/ (_|_|_) 

-


-
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: fop

2002-08-02 Thread Wolle

On Fri, 2 Aug 2002, Barbara Post wrote:

*image path issue ? absolute, relative ?

here is some code from the xml-file:





here is some code from the xsl-file:







the pictures are in the same directory as the xsl/xml file.

i also tried:

,



bye 

ww


*
*Babs
*- Original Message -
*From: Wolle <[EMAIL PROTECTED]>
*To: <[EMAIL PROTECTED]>
*Sent: Friday, August 02, 2002 11:48 AM
*Subject: fop
*
*
*> hi!
*>
*> I made a xsl-file to generate from a xml file a pdf. this works fine as
*> long as i use fop standalone (command line).
*>
*> if producing the pdf with cocoon i get the text without any pictures
*> (gif/jpg).
*>
*> has anybody the same problem? where can i get some information about whats
*> working wrong?
*>
*> i need some help.
*>
*>
*>
*> bye
*>
*> wolfgang weigel
*> k
*>
*>
*> -
*> 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]>
*

Auf bald

Wolfgang Weigel
_
Wolfgang Weigel
Universitaet Wuerzburg
Didaktik Mathematik
Am Hubland
97074 Wuerzburg

[EMAIL PROTECTED]
office: 0931/888-5078
 _  __ __ __
| | /| / /__  / / /__   __    / /  ___ ___   / / / /
| |/ |/ / _ \/ / / -_) | |/|/ / _ `(_-<  / _ \/ -_) __/ -_) /_/_/_/
|__/|__/\___/_/_/\__/  |__,__/\_,_/___/ /_//_/\__/_/  \__/ (_|_|_) 

-


-
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]>




fop

2002-08-02 Thread Wolle

hi!

I made a xsl-file to generate from a xml file a pdf. this works fine as
long as i use fop standalone (command line). 

if producing the pdf with cocoon i get the text without any pictures
(gif/jpg).

has anybody the same problem? where can i get some information about whats
working wrong?

i need some help.



bye

wolfgang weigel
k


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Re: log-files!

2002-08-02 Thread Wolle

hi!


*When you run cocoon don't you have logfiles into WEB-INF/logs ?
*
there is no such directory! do i have to touch it first?



bye 

ww



*Location of logfiles is defined in WEB-INF/logkit.xconf.
*
*Babs
*- Original Message - 
*From: Wolle <[EMAIL PROTECTED]>
*To: <[EMAIL PROTECTED]>
*Sent: Friday, August 02, 2002 11:04 AM
*Subject: log-files!
*
*
*> hi!
*> 
*> i am using cocoon 2.0.3. where can find some logfiles about
*> cocoon-working?
*> 
*> 
*> bye
*> 
*> wolfgang weigel
*> 
*> 
*> -
*> 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]>
*

Auf bald

Wolfgang Weigel
_
Wolfgang Weigel
Universitaet Wuerzburg
Didaktik Mathematik
Am Hubland
97074 Wuerzburg

[EMAIL PROTECTED]
office: 0931/888-5078
 _  __ __ __
| | /| / /__  / / /__   __    / /  ___ ___   / / / /
| |/ |/ / _ \/ / / -_) | |/|/ / _ `(_-<  / _ \/ -_) __/ -_) /_/_/_/
|__/|__/\___/_/_/\__/  |__,__/\_,_/___/ /_//_/\__/_/  \__/ (_|_|_) 

-


-
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]>




log-files!

2002-08-02 Thread Wolle

hi!

i am using cocoon 2.0.3. where can find some logfiles about
cocoon-working?


bye

wolfgang weigel


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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