URL / Relative path in External graphic

2002-11-07 Thread marco scotoni
Hi, I know that there's a common problem on Cocoon when i try to generate a PDF within a external graphic object: it'snt possible to use a relative path on i can use two tricks 1) use absolute src=file://c:/...help.jpg 2) use URL src=http://localhost:8080/bla bla bla/help.jpg the p

Re: image and relative path issue

2002-07-16 Thread Barbara Post
Title: RE: image and relative path issue IE but in French - Original Message - From: Naquin, Beth To: '[EMAIL PROTECTED]' Sent: Tuesday, July 16, 2002 8:11 PM Subject: RE: image and relative path issue I really don't know. I use IE and

RE: image and relative path issue

2002-07-16 Thread Naquin, Beth
Title: RE: image and relative path issue I really don't know. I use IE and I don't have a 'show image' option when I right click on images. Maybe it is the browser you are using or a browser setting? -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]]

Re: image and relative path issue

2002-07-16 Thread Barbara Post
RE: image and relative path issueok, I did as indicated : src="../../images/menu.gif" in my stylesheet, but the images does appear only when I right-click and do "show image". what's wrong ? thx - Original Message - From: Naquin, Beth To: '[EMAIL PROTECTED]

RE: image and relative path issue

2002-07-16 Thread Naquin, Beth
Title: RE: image and relative path issue try looking at this mail http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102434844115169&w=2 -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:42 AM To: [EMAIL PROTECTED] Subject: i

image and relative path issue

2002-07-16 Thread Barbara Post
I have a problem with images / css. I use a pipeline for them but it doesn't seem to work. images are in /images. pipeline for .gif : a request for index.* then a xsl stylesheet using : creates an image path ok : /images/menu.gif (in the html output : src="images/menu.gif") but th

Re: [Q] util:include-uri relative path

2002-07-14 Thread Christian Haul
On 14.Jul.2002 -- 11:10 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > On 12.Jul.2002 -- 10:58 PM, Christian Haul wrote: > > > On 12.Jul.2002 -- 04:24 PM, Vadim Gritsenko wrote: > > > > > From: Christian Haul > [mailto:[EMAIL PROTECTED]] > > > > > > Now, if

RE: [Q] util:include-uri relative path

2002-07-14 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 12.Jul.2002 -- 10:58 PM, Christian Haul wrote: > > On 12.Jul.2002 -- 04:24 PM, Vadim Gritsenko wrote: > > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > Hint: two start document events, two end document events. > > > > > >

Re: [Q] util:include-uri relative path

2002-07-14 Thread Christian Haul
On 12.Jul.2002 -- 10:58 PM, Christian Haul wrote: > On 12.Jul.2002 -- 04:24 PM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > Hint: two start document events, two end document events. > > > > See my other email, my proposed patch uses include consumer. > >

Re: [Q] util:include-uri relative path

2002-07-12 Thread Christian Haul
On 12.Jul.2002 -- 04:24 PM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > Hint: two start document events, two end document events. > > See my other email, my proposed patch uses include consumer. > (not sure though why no output) Ah, beautiful! Yes! Now, if yo

RE: [Q] util:include-uri relative path

2002-07-12 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 12.Jul.2002 -- 08:42 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > { > > > org.apache.cocoon.components.parser.Parser newParser = null; > > > try { > > > newParser

Re: [Q] util:include-uri relative path

2002-07-12 Thread Christian Haul
On 12.Jul.2002 -- 08:42 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > { > > org.apache.cocoon.components.parser.Parser newParser = null; > > try { > > newParser = (org.apache.cocoon.components.parser.Parser) > > this.manager.

Re: [Q] util:include-uri relative path

2002-07-12 Thread Christian Haul
On 12.Jul.2002 -- 08:42 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > try { > > newParser = (org.apache.cocoon.components.parser.Parser) > > this.manager.lookup(org.apache.cocoon.components.parser.Parser.ROLE); > > XSPUtil.inclu

Re: [Q] util:include-uri relative path

2002-07-12 Thread Eric Dalquist
I am going to take a look at it today. -Eric Dalquist - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'Eric Dalquist'" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 8

RE: [Q] util:include-uri relative path

2002-07-12 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 12.Jul.2002 -- 07:20 AM, Eric Dalquist wrote: > > My util.xsl doesn't have an include-source. There is include-uri, > > include-file & include-expr. > > Yeah, it's in 2.1 only. Might work just to copy this file from 2.1 and > recompile > 2

Re: [Q] util:include-uri relative path

2002-07-12 Thread Christian Haul
On 12.Jul.2002 -- 07:20 AM, Eric Dalquist wrote: > My util.xsl doesn't have an include-source. There is include-uri, > include-file & include-expr. Yeah, it's in 2.1 only. Might work just to copy this file from 2.1 and recompile 2.0.3 with it. Or try the snippet below and place it in your util.xs

Re: [Q] util:include-uri relative path

2002-07-12 Thread Eric Dalquist
My util.xsl doesn't have an include-source. There is include-uri, include-file & include-expr. -Eric - Original Message - From: "Christian Haul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 7:14 AM Subject: Re: [Q] util:include-

Re: [Q] util:include-uri relative path

2002-07-12 Thread Christian Haul
On 11.Jul.2002 -- 10:03 PM, Vadim Gritsenko wrote: > > From: Eric Dalquist [mailto:[EMAIL PROTECTED]] > > > > I just tried using cocoon://nav_bar.xsp but it still didn't work. > Looking in > > the core.log I found the following message: > > > > DEBUG (2002-07-11) 13:19.09:225 > [core.url-facto

RE: [Q] util:include-uri relative path

2002-07-11 Thread Vadim Gritsenko
"Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 11, 2002 10:03 PM > Subject: RE: [Q] util:include-uri relative path > > > > > From: Eric Dalquist [mailto:[EMAIL PROTECTED]] > > > > > > I just tr

Re: [Q] util:include-uri relative path

2002-07-11 Thread Eric Dalquist
gt; Sent: Thursday, July 11, 2002 10:03 PM Subject: RE: [Q] util:include-uri relative path > > From: Eric Dalquist [mailto:[EMAIL PROTECTED]] > > > > I just tried using cocoon://nav_bar.xsp but it still didn't work. > Looking in > > the core.log I found the following mes

RE: [Q] util:include-uri relative path

2002-07-11 Thread Vadim Gritsenko
nko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 11, 2002 12:02 PM > Subject: RE: [Q] util:include-uri relative path > > > > > From: Eric Dalquist [mailto:[EMAIL PROTECTED]] > > > > > > I'm wondering if I can us

Re: [Q] util:include-uri relative path

2002-07-11 Thread Eric Dalquist
c Dalquist - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 12:02 PM Subject: RE: [Q] util:include-uri relative path > > From: Eric Dalquist [mailto:[EMAIL PROTECTED]] > > > > I&#

RE: [Q] util:include-uri relative path

2002-07-11 Thread Vadim Gritsenko
> From: Eric Dalquist [mailto:[EMAIL PROTECTED]] > > I'm wondering if I can use include-uri to include the output of an XSP in > another XSP. I can get it to work if I use the full path but I don't want to > do it this way unless I can use a relative path. The fi

[Q] util:include-uri relative path

2002-07-11 Thread Eric Dalquist
I'm wondering if I can use include-uri to include the output of an XSP in another XSP. I can get it to work if I use the full path but I don't want to do it this way unless I can use a relative path. The file is being included in site_format.xsp which is used as a style sheet for index

FileNotFoundException in relative path to DTD

2002-06-04 Thread Ralf Bendrich
While accessing a xml file I get the following exception: Description:org.apache.cocoon.ProcessingException: Exception during processing of file:/var/tomcat4/webapps/cocoon/mount/dir1/dir2/channels/pda/docked/other/x ml/db1.xml: java.io.FileNotFoundException: /var/tomcat4/webapps/cocoon/mount/exo

RE: relative path using "file:" protocol

2002-05-30 Thread Vadim Gritsenko
> From: Peter Lerche [mailto:[EMAIL PROTECTED]] > > Hi, > > I need to be able to serve an image file which is situated > in a directory where only its relative path is known to the sitemap.xmap > file. > > > I have tried to get relative path to work as > >

relative path using "file:" protocol

2002-05-30 Thread Peter Lerche
Hi, I need to be able to serve an image file which is situated in a directory where only its relative path is known to the sitemap.xmap file. I have tried to get relative path to work as but without any luck Can anybody help -- Thaks Peter

Re: relative path

2002-05-28 Thread J.Pietschmann
Christoph Stocker wrote: > Try select="'file:///D:/Develop/Apache Tomcat 4.0/we...'"/> J.Pietschmann - Please check that your question has not already been answered in the FAQ before posting.

RE: relative path

2002-05-28 Thread Christoph Stocker
ECTED] --- -Original Message- From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 28. Mai 2002 15:51 To: [EMAIL PROTECTED] Subject: Re: relative path Chris, Do you have a pipeline matching to css in your sitemap? It should be like this: Roman Christoph Stocker wrote: > i

Re: relative path

2002-05-28 Thread KOZLOV Roman
hristoph Stocker > Pramergasse 29/14, 1090 Wien, Austria > mobile +43-699-1722 5506 > e-mail [EMAIL PROTECTED] > --- > > -Original Message- > From: Atul Gulve [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 28. Mai 2002 14:

RE: relative path

2002-05-28 Thread Atul Gulve
lt;[EMAIL PROTECTED]> Subject: RE: relative path Date: Tue, 28 May 2002 14:38:25 +0200 i already tried this. it doesn't work - and i don't know why?? mfg, --- Christoph Stocker Pramergasse 29/14, 1090 Wien, Austria mobile +43-699-1722

RE: relative path

2002-05-28 Thread Christoph Stocker
al Message- From: Atul Gulve [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 28. Mai 2002 14:29 To: [EMAIL PROTECTED] Subject: RE: relative path Instead of using , why don't you use something like this? atul From: "Christoph Stocker" <[EMAIL PROTECTED]> Reply-To: [EMAIL P

RE: relative path

2002-05-28 Thread Atul Gulve
Instead of using , why don't you use something like this? atul From: "Christoph Stocker" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: relative path Date: Tue, 28 May 2002 14:05:53 +0200 ok, thats it - thanks! but i hav

Re: relative path

2002-05-28 Thread KOZLOV Roman
it on a server and have the problem of absolute > pathes. how do > i set there a relative path to my elements.xsl? > > i tried such things like: , but it > doesn't work. > > THANKS > greetings, chris > > -

RE: relative path

2002-05-28 Thread Christoph Stocker
Message- From: Atul Gulve [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 28. Mai 2002 13:58 To: [EMAIL PROTECTED] Subject: Re: relative path Hi Have you checked with It works. You can give relative paths. Atul From: "Christoph Stocker" <[EMAIL PROTECTED]> Reply-To: [EMA

Re: relative path

2002-05-28 Thread Atul Gulve
Hi Have you checked with It works. You can give relative paths. Atul From: "Christoph Stocker" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: relative path Date: Tue, 28 May 2002 13:39:55 +0200 hi! i use: cocoon 2.0.2 on winXP an

relative path

2002-05-28 Thread Christoph Stocker
hi! i use: cocoon 2.0.2 on winXP and tomcat 4.0.1 i have a stylesheet in cocoon which refers to other styleseets like --> now i want to run it on a server and have the problem of absolute pathes. how do i set there a relative path to my elements.xsl? i tried such things like: , but

RE: how to pass relative path of params file for form validation ?

2002-04-21 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I noticed that in the samples, when passing files as arguments to > actions, > such as in passing the params file to the form validator, context:// URLs > are used. Is it possible to use a relative URL there ? >From the stock

how to pass relative path of params file for form validation ?

2002-04-21 Thread Ricardo Trindade
Hi, I noticed that in the samples, when passing files as arguments to actions, such as in passing the params file to the form validator, context:// URLs are used. Is it possible to use a relative URL there ? thanks Ricardo Trindade --

Descriptor parameter sitemap relative path?!?!?!

2001-09-10 Thread Paolo
Is it possibile to specify a sitemap-relative path as descriptor parameter to the database authenticator action? (something like sitemap:// instead of context://) Thanx, Paolo Scaffardi AIRVENT SAM S.p.A. - Please check that