WinXP: XML-File blocked after document()

2004-05-05 Thread Nils Köster
Hi there, When using document() the file (in my project usualy XML) gets blocked sometimes. Sometimes i can solve it by clicking arround on my website (which uses document())...sometimes i need to restart the tomcat Is there a solution ? Regards, nils

XSLT: Session-Content in Variables

2004-05-04 Thread Nils Köster
Some weeks ago I comlained about not getting session content in variables in xslt. I read much about others who had the same problem. Now I found out, why it doesn't work. It's not a bug, it's a feature. What I tried: - Some.xsl: -

Sendmail Action HTML-Mail Attachment

2004-05-04 Thread Nils Köster
Since it's important for me and nobody answered yet, i repost my question: Hi there, I'm trying to send mail via the sendmail action with html-body and pdf-attachment, my sitemap looks like this: map:act type=sendmail map:parameter name=smtphost value=some.smtp.de/ map:parameter

document() in xsl:variable - low performance

2004-05-02 Thread Nils Köster
Hello, In a stylesheet, I have this in the first line, outside of any template: xsl:variable name=langxsl:value-of select=document('cocoon:/getxml')/context/lang//xsl:variable In the templates of this xsl I use the variable $lang about 40 times. The procession of this stylesheet is very slow.

Mail Formhandling

2004-04-16 Thread Nils Köster
Hi there, Does anyone know a simple way to handle a form (with check of the input-fields) and to generate a mail of it? Regards, Nils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster PGP Public Key: http://www.lolili.de/pgp/[EMAIL PROTECTED

AW: Mail Formhandling

2004-04-16 Thread Nils Köster
Okay, thanks for the answers! I just got into mail blockwoody is next. Bye, nils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster PGP Public Key: http://www.lolili.de/pgp/[EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Leon Widdershoven [mailto

Auth-Protect for map:read

2004-04-15 Thread Nils Köster
Hi there, While properly authenticated (- other pages work quite well) the one below doesn't show my pdf but a message like this: Error during resolving of the input stream org.apache.cocoon.ResourceNotFoundException: Error during resolving of the input stream:

Select with xPath Expression

2004-04-14 Thread Nils Köster
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster PGP Public Key: http://www.lolili.de/pgp/[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Debian Bug vs. WinXP noBug

2004-04-10 Thread Nils Köster
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster [EMAIL PROTECTED] PGP Public Key: http://www.lolili.de/pgp/[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[SOLVED] AW: Debian Bug vs. WinXP noBug

2004-04-10 Thread Nils Köster
: Joerg Heinicke [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 10. April 2004 10:32 An: [EMAIL PROTECTED] Betreff: Re: Debian Bug vs. WinXP noBug On 10.04.2004 10:14, Nils Köster wrote: Hi all, a strange thing ist happening: On Windows XP, Cocoon 2.1.4 has no problems

AW: Cocoon on XP: xml-Files blocked

2004-04-08 Thread Nils Köster
/map:pipeline Regards, Nils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Flow Session Variables

2004-04-07 Thread Nils Köster
that, contact me, i've got a workaround. Regards, nils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WG: [Solved] session:getxml ...

2004-04-07 Thread Nils Köster
-Ursprüngliche Nachricht- Von: Nils Köster [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. April 2004 09:40 An: [EMAIL PROTECTED] Betreff: [Solved] session:getxml ... I've got a solution for that ?bug?: The Stylesheet which needs the Session-Info in a variable (something.xsl) now

Cocoon on XP: xml-Files blocked

2004-04-07 Thread Nils Köster
Hi, I'm constantly editing xml-files and checking generating them with cocoon. Sometimes I can't write the latest version of the xml-file because cocoon has blocked it via the filesystem. In these cases i have to wait How can i avoid that? Regards, nils

HTML-Code from XML-File in XSL

2004-04-05 Thread Nils Köster
Hi, How can i generate and transform xml via xsl with displaying HTML-Code out of the XML properly in the browser. Actually it displays the html-code in the xml-file as source-code (escaped) in the Browser. Thanx, nils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils

AW: HTML-Code from XML-File in XSL

2004-04-05 Thread Nils Köster
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster -Ursprüngliche Nachricht- Von: Christopher Painter-Wakefield [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. April 2004 16:33 An: [EMAIL PROTECTED] Betreff: Re: HTML-Code from XML-File in XSL What serializer are you using? If you use the default (html

Session: Context

2004-04-02 Thread Nils Köster
Hi, Short question: What would you prefer: A) Creating a new Context inside a Session. B) Putting the new Stuff inside an exisiting Session. What is it good for, using more than one Context? ciao, nils - To unsubscribe,

XSL: session:getxml ...

2004-04-01 Thread Nils Köster
in one Template or one Pipeline? Or to call a Javascript from an XSL with parameters exchanged before and afterwards? Thanx for your help! Nils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nils Köster Berlin, Germany

[Solved] session:getxml ...

2004-04-01 Thread Nils Köster
//xsl:variable -- -Ursprüngliche Nachricht- Von: Nils Köster [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. April 2004 15:35 An: [EMAIL PROTECTED] Betreff: XSL: session:getxml ... Hello there, I found out by searching this mailinglist