javascript and xpath

2007-03-21 Thread km
Hello I have a problem, maybe someone can halp me to solve it. I use javascript function for statistic. I need to give a name of document, that will be downloaded. I can send on function an ID (docId) of this document and I need to find a name. I can find the way to the document. I tried:

Re: Re: javascript and xpath

2007-03-21 Thread km
PROTECTED]', docID, '/docName') - What about xsl:variable or xsl:param ? I doubt it works with just docId. Perhaps this link may help: http://www.cafeconleche.org/books/bible2/chapters/ch17.html Bye, Florian km wrote: Hello I have a problem, maybe someone can halp me to solve it. I

Link in PDF document

2007-03-18 Thread km
Witam I use Cocoon 2.1 und Apache 5.1 to make a pdf document - sometimes with links. I need to open those links in new window - how can I do this? Now it is opened in the same window. I didn't found any usefull information by google. Thank Kris -- kmConsulting

Re: Link in PDF document

2007-03-18 Thread km
hi I use show-destination but it does not work. In Error-Log I can find a message: property show-destination is not implemented yet. How can I implemented this property? Thanks Kris Witam I use Cocoon 2.1 und Apache 5.1 to make a pdf document - sometimes with links. I need to open

PDF with itext by Cocoon 2.1

2007-02-22 Thread km
Hello I need information, how can I make PDF with iText by Cocoon. Can someone gave me a link to tutorial? I didn't found any good info by google... thanks kris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to create a pdf with itext by coco on 2.1

2007-02-21 Thread km
Hello Can someone tell me, how can I make a PDF with itext by cocoon? I found only a poor information about it. Thanks Kris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with PDF and Cocoon

2007-02-15 Thread km
=7C0C2BC77B22014842AC9FEE8E0799E6getPdfContent is my matcher for a webservice that have the content of pdf document.When I change my serilize from fo2pdf to xml, this is called only once. By fo2pdf - twice.I guess, that that why I call the pictures twice.Can someone confirm this?km Hello Thank you

Re: Re: Problem with PDF and Cocoon

2007-02-05 Thread km
. kris Kris Probably best to post some test case code so otherscan try and reproduce your error (esp. if it happenswith static files as well). gt;gt;gt; km lt;[EMAIL PROTECTED]gt; 2007/02/04 05:15:19 PM gt;gt;gt; Hello I use Apache and Cocoon 2.1 to create a PDF Document. I use to do it webservices

Problem with PDF and Cocoon

2007-02-04 Thread km
Hello I use Apache and Cocoon 2.1 to create a PDF Document. I use to do it webservices - one for a content and picture_id, and the next one to call pictures from database. Everything work almost perfectly - I have only one problem when I call a picture. Every picture is twice called, I don't

Re: Re: normalize-space and cocoon

2007-01-13 Thread km
hi Hi km, On Jan 12, 2007, at 1:23 PM, km wrote: I use a lot of xsl with different params. Some of the params I catche with normalize-space($param). Why? Is it your own XSLT that you wrote, or did you inherit it from somebody else? It is a mix from my own stylesheets

normalize-space and cocoon

2007-01-12 Thread km
Hello I use cocoon 2.1 and tomcat. I use a lot of xsl with different params. Some of the params I catche with normalize-space($param). I think I can delete all normalize-space, but bevor I do something like this, I have a question: Do this function cost a lot of performance? If I delete it,

raw-request-param

2006-12-05 Thread km
Hello Cocoon Freunds I found a reason for my problems with utf-8. The raw-request-param work not correctly by version 2.1 of cocoon. I try this feature with the version 2.1.8 and I think there work it correctly. Becouse I can not change the version of my cocoon I have an idea, to change the

Re: Re: Cocoon, UTF-8 and encodeURI

2006-11-30 Thread km
=quot;75quot; enableLookups=quot;falsequot; redirectPort=quot;8443quot;acceptCount=quot;100quot; connectionTimeout=quot;2quot;disableUploadTimeout=quot;truequot; /gt; This should fix the problem On 11/28/06, km lt; [EMAIL PROTECTED]gt; wrote:Hello I have

Re: Re: Cocoon, UTF-8 and encodeURI

2006-11-29 Thread km
;acceptCount=quot;100quot; connectionTimeout=quot;2quot;disableUploadTimeout=quot;truequot; /gt; This should fix the problem On 11/28/06, km lt; [EMAIL PROTECTED]gt; wrote:Hello I have a problem when I encode special characters and empty spaces.I use encodeURI. Have someone

Cocoon, UTF-8 and encodeURI

2006-11-28 Thread km
Hello I have a problem when I encode special characters and empty spaces. I use encodeURI. Have someone used it? Can someone help me? I use cocoon2.1 and tomcat. Thanks Kris - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: RE: Problem with Session under Cocoon 2.1

2006-11-16 Thread km
Hello Thanks for your answer. Sorry for my english :) I try to do it with other browsers - one catalog in ie and another in ffox. but it didn't work. I think I rewrite the cocoon session, not only the browser session. Is cocoon able to handle multisession? Thanks Kris Hello I have

Re: Re: Problem with Session under Cocoon 2.1

2006-11-16 Thread km
this?? Kris km wrote: Hello Thanks for your answer. Sorry for my english :) I try to do it with other browsers - one catalog in ie and another in ffox. but it didn't work. I think I rewrite the cocoon session, not only the browser session. Is cocoon able to handle multisession? Yes, absolutely

Re: Re: Problem with Session under Cocoon 2.1

2006-11-16 Thread km
not contain the encoded session key). That should (in theory) create a new session within the new browser window. Be aware though that in doing so you loose everything associated with the original session (of course) - like authentification and authorization data. HTH, Jan km [EMAIL

Problem with Session under Cocoon 2.1

2006-11-15 Thread km
Hello I have a problem with Session (Multisession) under cocoon. I'm using Cocoon with an DB and I use it for the catalog viewing. If I use one window (browser) it is everything ok. If I use two or more windows, with others catalog (first window catalog one, secound window catalog two) I have