Re: Question from a newbie

2003-04-01 Thread Sean McCormick
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 2:45 PM Subject: RE: Question from a newbie : Sean, : : This is exaclty the type of application that is demonstrated in : the book, "Cocoon: Building XML Applications" by Matthew Langham : and Carsten Ziege

RE: Question from a newbie

2003-04-01 Thread Jeff Sallade
Sean, This is exaclty the type of application that is demonstrated in the book, "Cocoon: Building XML Applications" by Matthew Langham and Carsten Ziegeler, published by New Riders. There are 3 versions of a news portal that increase in complexity. I have found the book to be a great resource f

RE: Question on generators...

2003-03-03 Thread SriKumar Kareti
Geoff, Thanks. Got it working with minimal effort. Kumar. -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Friday, January 31, 2003 9:48 PM To: [EMAIL PROTECTED] Subject: RE: Question on generators... Then yes, you can reuse it - but you should be aware that it&#

Re: Question

2003-03-03 Thread Leszek Gawron
On pon, mar 03, 2003 at 05:31:17 -0300, Alejandro Raiczyk wrote: > Is there any way to detect when a user closes the browser and that session > is destroyed ? > There was a way under C1 using SessionListener, but I can't find an > implementation or something like that under C2. It is not possible t

RE: question about cocoon object

2003-02-13 Thread Lionel Crine
I found my answers!! At 08:50 13/02/2003 -0500, you wrote: Maybe I don't understand your question, but this in java refers to the current instance of the class itself. So this refers to the current RequestGenerator object. And this.attribute refers to a method defined somewhere in the cl

RE: question about cocoon object

2003-02-13 Thread Lionel Crine
Yes, stardocuments comes from contenthandler. Another question : where does "data" method comes from ? I know that I only have to look at the javadocs, but after long time I didn't find where this method comes from. Also, I'm a little bit surprise about the source of "attribute" method. Where i

RE: question about cocoon object

2003-02-13 Thread Geoff Howard
Title: RE: question about cocoon object Maybe I don't understand your question, but this in java refers to the current instance of the class itself.  So this refers to the current RequestGenerator object.  And this.attribute refers to a method defined somewhere in the class itself or i

RE: Question on generators...

2003-01-31 Thread Geoff Howard
:08 PM > To: [EMAIL PROTECTED] > Subject: RE: Question on generators... > > > > Geoff, > > I was creating String... > > thx... > > -Original Message- > From: Geoff Howard [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 12:28 PM > To: [EMA

RE: Question on generators...

2003-01-31 Thread SriKumar Kareti
Geoff, I was creating String... thx... -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:28 PM To: [EMAIL PROTECTED] Subject: RE: Question on generators... This all depends on what you were doing in your class. Were you creating xml

RE: Question on generators...

2003-01-31 Thread Geoff Howard
This all depends on what you were doing in your class. Were you creating xml? If so, DOM, SAX or String? Geoff > -Original Message- > From: SriKumar Kareti [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 10:21 AM > To: [EMAIL PROTECTED] > Subject: Question on generators... >

RE: Question on generators...

2003-01-31 Thread SriKumar Kareti
Thank you Lionel, I will try it out. -Original Message- From: Lionel Crine [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:42 AM To: [EMAIL PROTECTED] Subject: Re: Question on generators... Yes you can do a generator : Here is what I did, this is a main structure

Re: Question on generators...

2003-01-31 Thread Lionel Crine
Yes you can do a generator : Here is what I did, this is a main structure : import your_package; public class your_class extends ComposerGenerator (or absctractGenerator) { ... public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws Process

RE: - question

2003-01-16 Thread Geoff Howard
ED]] > Sent: Thursday, January 16, 2003 7:46 AM > To: [EMAIL PROTECTED] > Subject: RE: - question > > OK. Still not running. > > web.xml: > > extra-classpath > WEB-INF/classes/fraud_management > You don't need the extra-classpath in web.xml

Re: - question

2003-01-16 Thread Konstantin Piroumian
Please respond to| > | | cocoon-users | > | || > |-+> > >--- --

RE: - question

2003-01-16 Thread Johannes . Becker
| | To: <[EMAIL PROTECTED]> | | cc:

RE: - question

2003-01-15 Thread Geoff Howard
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 11:45 AM > To: [EMAIL PROTECTED] > Subject: - question > > > Hi, > > I want to include my own Java-Class in my XSP-Page > >xmlns:xsp="http://apache.org/xsp";> > > >

RE: [Question] Re: cocoon-session management.

2002-12-21 Thread Conal Tuohy
See the WebServiceProxyGenerator: http://outerthought.net/wiki/Wiki.jsp?page=WebServiceProxyGenerator > -Original Message- > From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 21 December 2002 00:24 > To: [EMAIL PROTECTED] > Subject: Re: [Quest

Re: [Question] Re: cocoon-session management.

2002-12-20 Thread Emmanuil Batsis (Manos)
SAXESS - Hussayn Dabbous wrote: Maybe HTTPClient supports proxy functionalities? That may help getting things done... I agree that the ideal situation is the ability to forward cookies between the remote application and the real client (i.e. a browser requesting from Cocoon) and vice versa.

Re: [Question] Re: cocoon-session management.

2002-12-20 Thread SAXESS - Hussayn Dabbous
Yes, in principle you are right. You could use HTTPClient to organise the session management. But you will have to consider other points: 1.) Your subsession may be authenticated. Thus you will have to maintain interactions between the cocoon-client and the far-application server to get logged in

RE: Cocoon 2.1 (was RE: Question about handling of components)

2002-12-11 Thread Antonio Gallardo
Geoff Howard dijo: > > >> -Original Message- >> From: Fabricio Chalub [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, December 11, 2002 2:02 PM >> To: '[EMAIL PROTECTED]' >> Subject: Cocoon 2.1 (was RE: Question about handling of components)

RE: Cocoon 2.1 (was RE: Question about handling of components)

2002-12-11 Thread Geoff Howard
> -Original Message- > From: Fabricio Chalub [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 2:02 PM > To: '[EMAIL PROTECTED]' > Subject: Cocoon 2.1 (was RE: Question about handling of components) > Regarding 2.1, I may be wrong, but my impre

Re: Cocoon 2.1 (was RE: Question about handling of components)

2002-12-11 Thread Antonio Gallardo
Fabricio Chalub dijo: >> >> If you are using the 2.1 version there are some samples. Also you can >> check wiki: >> >> http://outerthought.net/wiki/Wiki.jsp?page=DatabaseActions >> > > No, I'm using 2.0.4. You can use the the Original Dabatase Actions. > > Regarding this very issue, it seems that m

Cocoon 2.1 (was RE: Question about handling of components)

2002-12-11 Thread Fabricio Chalub
> > If you are using the 2.1 version there are some samples. Also you can > check wiki: > > http://outerthought.net/wiki/Wiki.jsp?page=DatabaseActions > No, I'm using 2.0.4. Regarding this very issue, it seems that many useful features (these modules, 'expires', etc.) are present only on 2.1.

RE: Question about handling of components

2002-12-11 Thread Antonio Gallardo
If you are using the 2.1 version there are some samples. Also you can check wiki: http://outerthought.net/wiki/Wiki.jsp?page=DatabaseActions I hope it can help you. Antonio Gallardo. Fabricio Chalub dijo: >> >> Its fine, but why reinvent the wheel? >> >> I think you can use the Modular DB actio

RE: Question about handling of components

2002-12-11 Thread Fabricio Chalub
> > Its fine, but why reinvent the wheel? > > I think you can use the Modular DB actions that offers you a > good approach > with DB in Cocoon. Also you can concentrate on your > application, rather > than in this problems. ;-) > Yes, I can see ... database modules were recently added to Coco

Re: Question about handling of components

2002-12-11 Thread Antonio Gallardo
Its fine, but why reinvent the wheel? I think you can use the Modular DB actions that offers you a good approach with DB in Cocoon. Also you can concentrate on your application, rather than in this problems. ;-) Antonio Gallardo. Fabricio Chalub dijo: > Hi, > > I'm trying something here and I wo

Re: Question

2002-11-30 Thread J.Pietschmann
Lautaro Brasseur wrote: I have the following entry in sitemap.xmap: I want to change the src parameter for the transformator, depending on a element that comes from the generator. There is any way to do this (without writing a custom transformer)? Can I modify that parameter

Re: question about uploading

2002-10-18 Thread Geoff Howard
I just looked through the archives and didn't find anything like that. Can you provide a link to what you were talking about? The only things I've seen are a description of how to use the DatabaseAdd action to upload a file to a database (which shouldn't work correctly), and an action to change t

Re: question about uploading

2002-10-18 Thread Oskar Casquero
Where is that UploadAction.java? I can't find it. Oskar - Original Message - From: "Sreenivasan N." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 1:03 PM Subject: Re: question about uploading > Hi > > Can you tell

Re: question about uploading

2002-10-18 Thread Sreenivasan N.
Hi Can you tell me what to do after downloading that UploadAction.java. When i try to compile i was getting error. Can you give us the step to be done to work with that code. Thanks in advance Regards Sreenivasan. At 12:55 PM 10/18/02 +0200, you wrote: There is a mail in the mail-archive with

Re: question about uploading

2002-10-18 Thread Martin Geissler
There is a mail in the mail-archive with an Action code that does what you want. Have a Look Martin >>> [EMAIL PROTECTED] Freitag, 18. Oktober 2002 12:48:59 >>> Hello, I want to upload an xml file to cocoon in order to apply some transformations to it. I have seen upload.xsp example, but I don'

Re: question about escaping

2002-10-04 Thread Yury Mikhienko
On Tue, 1 Oct 2002 19:12:14 +0300 "Pavel Natov" <[EMAIL PROTECTED]> wrote: > hi there > > I'm still not sure about the problem that I have but here is the question: > I retrieve some data from Oracle database using ESQL logicsheet in a XSP file. > > > > > > > > > > > Try and in y

Re: question about escaping

2002-10-03 Thread Patrik Husfloen
Dmitry Olyenyov wrote: > > The right way is > so simple.. :) thanks, saved me a bunch of headaches /patrik - Please check that your question has not already been answered in the FAQ before posting.

Re: question about escaping

2002-10-02 Thread Dmitry Olyenyov
"Pavel Natov" <[EMAIL PROTECTED]> writes: >   > > I'm still not sure about the problem that I have but here is the question: > >   I retrieve some data from Oracle database using ESQL logicsheet in a XSP file. > > > > > > > > > > > > > > > > > The right way is -- ó

Re: question about escaping

2002-10-02 Thread Patrik Husfloen
I'm new to the list but I guess it works like most other lists :) a friend and I, well mostly the friend, worked out a system for this that sort of works, but it's really weird and isn't working properly if you do anything but serialize it to xml at this point, if you try to transform it, or ag

Re: QUESTION: Dynamic XSL

2002-07-11 Thread Eric Dalquist
Thanks for the tip. It works great! -Eric Dalquist - Original Message - From: "Koen Pellegrims" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 2:21 PM Subject: RE: QUESTION: Dynamic XSL > Your idea is not as far-fetched as you might

RE: QUESTION: Dynamic XSL

2002-07-09 Thread Conal Tuohy
Yes this is possible. I have used: mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 10 July 2002 06:22 > To: [EMAIL PROTECTED] > Subject: RE: QUESTION: Dynamic XSL > > > Your idea is not as far-fetched as you might think (I think there is a > sample with dynamically g

RE: QUESTION: Dynamic XSL

2002-07-09 Thread Koen Pellegrims
Your idea is not as far-fetched as you might think (I think there is a sample with dynamically generated content *and* stylesheets). You will, however, need to use the cocoon:/ protocol in your sitemap to allow your .xsl to be machted by the appropriate pipeline:

Re: Question: what is {session-id} ? in a sitemap.xmap ?

2002-05-24 Thread Christian Haul
On 23.May.2002 -- 06:37 PM, John Austin wrote: > On Thursday 23 May 2002 18:23, you wrote: > > Thanks. It is pretty clear that {name} is a variable. My question > should have been: How do I discover the valid values for {name} ? > The example I was looking at used {session-id} which is intuitive

Re: Question: what is {session-id} ? in a sitemap.xmap ?

2002-05-23 Thread John Austin
On Thursday 23 May 2002 18:23, you wrote: Thanks. It is pretty clear that {name} is a variable. My question should have been: How do I discover the valid values for {name} ? The example I was looking at used {session-id} which is intuitively linked to the session-id I would get from . Is my inf

RE: Question: what is {session-id} ? in a sitemap.xmap ?

2002-05-23 Thread Artur Bialecki
>From what I know, basically {name} is a representation of a sitemap parameter which are used by sitemap components. For example, if your pipeline wants to call another (resource) pipeline you with a target parameter you would do it this way now in your "simple-page" pipline you can access t

RE: Question

2002-05-18 Thread Volker Schneider
Hi Rodolfo, it also works with WebSphere 4.0.2. The IDE (WebSphereApplicationDeveloper) is a nice development environment for Cocoon - in my opinion. With WebSphere on Solaris there are some difficulties but it's working. Best regards - Volker - -Original Message- From: [EMAIL PROTECTED

Re: Question

2002-05-18 Thread Brian Blakeley
Hi Rodolfo, You can find out a lot of information from the cocoon website which has some fairly detailed information on installation possibilities here: http://xml.apache.org/cocoon/installing/index.html Also, on the main page of the site there are links to the mail archives which contain the c

RE: Question

2002-05-18 Thread Reinhard Pötz
Hi, You don't even need a webserver - you only need a servlet container that implements the Servlet 2.2 (or higher) specification. Have a look at http://xml.apache.org/cocoon/installing/index.html. Of course you can connect your servlet engine (e.g. Tomcat) with the Apache WebServer (http://xml.

RE: Question about WildcardURIMatcher

2002-05-06 Thread Vadim Gritsenko
Alejandro, What's wrong with: PS Plain text mail is better. Vadim -- Resistance is futile. -Original Message- From: Alejandro Raiczyk [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:18 AM To: '[EMAIL PROTECTED]' Subject: Question about WildcardURIMatcher Hi people,

Re: question about using custom tags in coccon

2002-04-23 Thread Konstantin Piroumian
> Hi All, >I am new to coccon. I have the following question. >Is it possible to use custom tags ( user defined tags) intermixed with the > tags provided by cocoon framework ? If so could you please point me to some > documentation on how to do that ? There are two possibilities of doing

Re: question concerning cocoon.war

2002-04-23 Thread Ken Bannister
Gregor Neu E1 wrote: > I am a newbie and didn't know how to handle war-files (until somebody > told that they work like jars...) > > Gregor Or you could keep the libraries from getting in the war file at all. Here's a snippet from my build.xml, based on the latest CVS:

Re: question concerning cocoon.war

2002-04-23 Thread Gregor Neu E1
I am a newbie and didn't know how to handle war-files (until somebody told that they work like jars...) Gregor - Please check that your question has not already been answered in the FAQ before posting.

RE: question concerning cocoon.war

2002-04-23 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregor Neu E1 > > Hi all, > > somwhere on the install page > "http://xml.apache.org/cocoon/installing/index.html"; under the heading > "Installing on Tomcat 4.0.3 " it says: > > ... > 3.Remove xalan-XXX.jar,

Re: Question on extending AbstractAction

2002-04-10 Thread Peter Royal
On Wednesday 10 April 2002 01:18 pm, Nick Airey wrote: > * Not defining a lifestyle at all means that an instance will be > created, used, and destroyed every time it is needed. This is probably > not very efficient. oh not probably, its not very efficient at all :) -pete -- peter royal -> [EMA

RE: Question on extending AbstractAction

2002-04-10 Thread Nick Airey
On Wed, 2002-04-10 at 17:32, Nick Airey wrote: > On Wed, 2002-04-10 at 16:31, Vadim Gritsenko wrote: > > > From: Nick Airey [mailto:[EMAIL PROTECTED]] > > > > > > > > So does anyone have any ideas why say AbstractAction isn't poolable? > > Ok, for those interested in the answer, I'll summari

RE: Question on extending AbstractAction

2002-04-10 Thread Nick Airey
On Wed, 2002-04-10 at 16:31, Vadim Gritsenko wrote: > > From: Nick Airey [mailto:[EMAIL PROTECTED]] > > > > > > Hello everyone, > > > > I have written some action classes, extending class > > org.apache.cocoon.acting.AbstractAction and implementing the act() > > method. They're working fine. >

RE: Question on extending AbstractAction

2002-04-10 Thread Vadim Gritsenko
> From: Nick Airey [mailto:[EMAIL PROTECTED]] > > > Hello everyone, > > I have written some action classes, extending class > org.apache.cocoon.acting.AbstractAction and implementing the act() > method. They're working fine. > > > My questions refer to the Cocoon 2.0.2 release. > > > Questi

RE: Question concerning form-validator-action

2002-03-22 Thread Vadim Gritsenko
> From: Axel Honfi [mailto:[EMAIL PROTECTED]] > > Hello! > > I have a simple question concerning the form-validator-action. > I defined a param like this: > > How do you know that it supports type="date"? PS Have you read javadoc? Vadim > But in which format should I input the date(dd.mm.

Re: question about cacheable and blocking simultaneous access

2002-03-22 Thread Marcelo F. Ochoa
Moritz Petersen wrote: >hi list, > >i am wondering, if generators, that implement the cacheable interface, >automatically block simultaneous accesses? >i want to write a generator, which has to execute heavy computings. so if >caching is enabled, it would be clever to compute just once - that mea

RE: question about cacheable and blocking simultaneous access

2002-03-22 Thread Vadim Gritsenko
> From: Moritz Petersen [mailto:[EMAIL PROTECTED]] > > hi list, > > i am wondering, if generators, that implement the cacheable interface, > automatically block simultaneous accesses? No. > i want to write a generator, which has to execute heavy computings. so if > caching is enabled, it would

RE: Question about Static Variables

2002-03-20 Thread Piroumian, Konstantin
> -Original Message- > From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 1:21 PM > To: [EMAIL PROTECTED] > Subject: Question about Static Variables > > > Hi, > > I'd like to know the answer at the following question: > > how can I define (with Cocoon) a

RE: Question: How to get Data from XML-Source into sitemap-params?

2002-03-08 Thread Vadim Gritsenko
> From: Axel Honfi [mailto:[EMAIL PROTECTED]] > > Hello! > > I query an XIndice DB from Cocoon and get the search-results as an > XML-Document. > > The result is an filled or empty xml-file with the root-element > >resources="0" > xmlns:collection="http://apache.org/cocoon/xmld

RE: question regarding FOP/Cocoon/Tomcat

2002-02-21 Thread Vadim Gritsenko
> From: Xie, David (IPCG-NJ) [mailto:[EMAIL PROTECTED]] > > Hi there, > > I have a question regarding running FOP within Cocoon. I have setup Cocoon > 2.0.1 within Jakarta Tomcat 4.0.1. The sample pages (hello.pdf) came out > fine, but i don't understand how cocoon was able > to call FOP and g

RE: Question - Problem

2002-01-24 Thread Anthony Diodato
: Question - Problem Yes, your are right! Thanks a lot! > -Messaggio originale- > Da: Årun.N [mailto:[EMAIL PROTECTED]] > Inviato: giovedì 24 gennaio 2002 9.44 > A: [EMAIL PROTECTED] > Oggetto: Re: Question - Problem > > > > response.sendRedirect(response.e

Re: Question - Problem

2002-01-24 Thread Årun.N
response.sendRedirect(response.encodeRedirectURL(site)); i think - Original Message - From: "Vercesi Paolo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 1:58 PM Subject: R: Question - Problem Hello Anthony, I don't know why rd.forward() method doe

Re: question about failed actions

2002-01-22 Thread Bryan Murphy
Max Larsson wrote: >Hi, > >what you want to do wokrs in this way. > > > > > ...on success > > > ... the following is only executed on failure > > > > > >An action fails if it returns null in his act method. >And i think it is importan

Re: question about failed actions

2002-01-22 Thread Christian Haul
On 21.Jan.2002 -- 02:58 PM, Bryan Murphy wrote: > > Now, what do you do if you want to action fails, yet you still want to > modify the pipeline based on that failed action? Well, of course, you > could always write the action as a selector. But what if you want to > reuse some code already

RE: question about failed actions

2002-01-21 Thread Max Larsson
Hi, what you want to do wokrs in this way. ...on success ... the following is only executed on failure An action fails if it returns null in his act method. And i think it is important to have a serilizer or reader

Re: Question about XSLT parameters

2001-12-20 Thread David Rosenstrauch
Yes. Do it like this: Then, in your XSL, do this: http://www.w3.org/1999/XSL/Transform"; > Now the parameter is available everywhere in your stylesheet by referencing "$parm". DR At 11:02 AM 12/20/01 +0100, you wrote: >I'm working in web development and I'm trayin

Re: Question about XSLT parameters

2001-12-20 Thread Bartomeu Adrover
Thanks Pino, but I need send the same paramer to any pipelines. If I use this method i have to wrinte in 10 or 11 places the parameter. Now I put the parameter into pipeline, How can I assign the parameter to a transform? Or can I retrieve the cgi env in the xslt or sitemap. Giuseppe Di Pierri wr

Re: Question about XSLT parameters

2001-12-20 Thread Bartomeu Adrover
Thanks, but I do this in my XSLT, the problem is pass then parameter to al Pipelines of may sitemap or obtain the cgi enviroment varibles in my XSLT. Christian Schmitt wrote: > Hi Bartomeu, > create this: > > as a top level element in your stylesheet. > You can then reference it like this:

Re: Question about XSLT parameters

2001-12-20 Thread Giuseppe Di Pierri
Hi Bartomeu, you can do what you want by : 1. inserting the following lines into sitemap.xmap: http://ensiola.uib.es:8080/"/> 2. getting the yourparameter value in the file-page2html.xsl file so: http://www.w3.org/1999/XSL/Transform";>

Re: Question about XSLT parameters

2001-12-20 Thread Christian Schmitt
Hi Bartomeu, create this: as a top level element in your stylesheet. You can then reference it like this: Hth, Christian On Thu, Dec 20, 2001 at 11:02:38AM +0100, Bartomeu Adrover wrote: > I'm working in web development and I'm traying to design our web site > with xml and Cocoon2

Re: QUESTION on how to dynamically pass XSLT from the generator to a transformet

2001-11-14 Thread David Rosenstrauch
There's an unrelated FAQ question that might help your problem too: "How do I create some content which isn't directly visible to everyone? Put the content in an internal pipeline... " Maybe you can do something like this: Then have the "int" internal pipeline generate

RE: Question

2001-09-19 Thread Mark S. Kent
You also need a version specified in the xsl:stylesheet tag: http://www.w3.org/1999/XSL/Transform";> Mark -Original Message- From: Anthony Diodato [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 3:07 PM To: '[EMAIL PROTECTED]' Subject: Question Im a Cocoon 1.8.2 user al

Re: question with xsp and cocoon with linux x11

2001-06-17 Thread giacomo
On Mon, 18 Jun 2001, java guru wrote: > hi guys., >I am trying to get cocoon run on my linux box. I > have two problems.. > > 1. I had to run tomcat(cocoon) from gui (X) > ..otherwise its complaining about svg stuff...any work > arounds? a) Erase all svg stuff from the sitemap. b) Install Xv