cocoon redirect

2003-06-16 Thread Cocoon User
Hi all, I want to log when the user follows an external link of an HTML page.  I put an internal link instead (with the external link as a parameter), that uses the session context (xsl:session) to get the user ID and writes a log record to a SQL database using the sql transformer. Afterwards, I

PDF Forms and XSL:FO

2003-04-03 Thread cocoon user
Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO?Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: XSP Problem

2003-04-01 Thread cocoon user
Hi Lionel As of now I have no logic in XSP at all. The content is not very meaningful since I am only trying to learn the concepts. Actually I need to generate a legal document in PDF. The document mainly consists of "numbered" paragraphs that may or may not be displayed depending on certain criter

XSP Problem

2003-03-31 Thread cocoon user
I use Cocoon 2.0.4 for JDK1.3 on Weblogic 7.0 SP1. I need to use Xalan Extensions to write _javascript_ in my XSL. I use Xalan 2.5.D1 and the XercesImpl that comes with it. If I add the xalan.jar, xercesImpl.jar in my weblogic's classpath the Xalan Extensions work, but the Cocoon's XSP fail with th

Xalan Java Extensions and Cocoon

2003-03-28 Thread cocoon user
I am new to Cocoon and Xalan. I am trying to use the Xalan extensions so that I can write _javascript_ programs within XSL and tranform them into html using Cocoon. I am trying the example given in http://xml.apache.org/xalan-j/extensions.html This does not work with Cocoon. XML Source Document:  

map:resource and map:aggregate about (where is the problem)

2003-02-21 Thread Cocoon User
hi i try to use a xml file as a data repository and get data (generate xml output using .xsl) i have into my sitemap this match when i make a call using a URL just like http://.../xmldb/data.trans?locale=el where data_el.xml is my data repository and trans.xs

Re: Cocoon hosting - experiences?

2003-01-30 Thread Cocoon User
tomcat 4.0.1 cocoon 2.0rc2 Apache/1.3.22 (Unix) (Red-Hat/Linux) the server up is from the release date of cocoon 2.0rc2 we are serving 3 sites (24/7) using cocoon (wirtual hosting) without any problem and we are almost satisfied with the performance i notice that in this server are up and runi

Re: Aggregating XML

2003-01-30 Thread Cocoon User
i use another one approach i aggregate a some xml files in sitemap then i reorder elements inside the final xml [layout.xsl] and send the result for processing

setup natch for dummies

2003-01-21 Thread Cocoon User
hi our problem: we want to send our work for a presentation to some people but our work run only under cocoon the question: is there any project that have an almost ready bat process that install java, tomcat, cocoon (based in pre-configuration files)? so we create a CD and send this to those

Re: NewBee - Dynamically created XML

2003-01-13 Thread Cocoon User
use aggregation in site map to create a final xml from some xml fragments we have test many ways to solve a problem like this from xsp (dynamic pages) to c or x include but we have a least descide touse sitemap aggregation stavros On Mon, 13 Jan 2003, Steve Millington wrote: > Being a newbe

Re: ESQL and JavaScript

2003-01-09 Thread Cocoon User
can someone explain me how is it possible this code to be valid without syntax errors? how can we have a markup language elemend [] inside a javascript function (){ } or your are talking about something else than clientside javascript thnx stavros On Wed, 8 Jan 2003 [EMAIL PROTECTED] wr

Re: i18n catalogue and sql [act howto]

2003-01-08 Thread Cocoon User
2003, Konstantin Piroumian wrote: > From: "Cocoon User" <[EMAIL PROTECTED]> > > > hi martin this is a way to send a parameter inside your xsl file (pretty > > good) but i need something else > > > > i want to use a request parameter as a variable insid

Re: Dynamic query in xsp:logic and esql:query

2003-01-05 Thread Cocoon User
i use to build queries in in logic too , into a variable this code work for me: int lookup = 0; String slookup = ""; String lookupstr = ""; String colfilter = "";

Re: i18n Transformation problem

2003-01-05 Thread Cocoon User
i have a similar problem solved using child element and not attributes some text then i have 2 step transformation first i18n transformation to replace i18n tags with the right content secend xslt tranformation to generete the element i want with attributes maybe this can help you

Re: i18n catalogue and sql

2003-01-05 Thread Cocoon User
ilar using a action just like in i18n example from 2.1 version of cocoon but i'm wondering if there is another way to do this without action) thnx stavros On 5 Jan 2003, Martin Lüthi wrote: > > You can use the request parameter like this: > > > > >

[more] cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Cocoon User
(2003-01-03) 16:57.03:764 [core.store.janitor] (Unknown-URI) Unknown-thread/StoreJanitorImpl: Memory is low = false On Fri, 3 Jan 2003, Cocoon User wrote: > > hi people > > i have compile and install the latest cocoon 2.0.4 > > redhat 7.1 > java 1.3 > tomcat 4 > > we

cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Cocoon User
hi people i have compile and install the latest cocoon 2.0.4 redhat 7.1 java 1.3 tomcat 4 we plan to replace cocoon2rc1 in our prodaction machine the problem is that core.log file become bigger avery second when we dont ask any page cocoon add every second the entry: DEBUG (2003-01-03) 21:0

Re: Is this a case for Cocoon?

2003-01-03 Thread Cocoon User
hi ines if your people never have seen an html then they will produce very simple html output paragraphs, with or without titles, images , bulets and tables (nothing more is needed im most cases) so u can design a simple collection of elements and a xsd schema that describe those element and th

Re: i18n catalogue and sql

2003-01-01 Thread Cocoon User
second * in pattern but how can i refer to locale prameter value inside ? thnx stavros On Mon, 30 Dec 2002, Konstantin Piroumian wrote: > From: "Cocoon User" <[EMAIL PROTECTED]> > > > > > hy people > > > > i have found very usefull the i18n

sql xsp and redirection

2003-01-01 Thread Cocoon User
hi people and happy new year i try to build a sible address book using mySQL and xsp to understand how thing work i have two xsp files that only execute update and delete queries and display a success or failure message is it posible to call a .xsp file (for delete query execution) and then thi

Re: Can I use map:aggregate for XSL files?

2003-01-01 Thread Cocoon User
we have a system that produce web site drived form a xslt collection we have a core.xsl file and include into this all others usinc using relative to core.xsl paths thats work fine and completly transparent to cocoon. so we can use this xslt collection with or without cocoon regard Stavros Ko

sitemap [if or select case]

2002-12-30 Thread Cocoon User
hi people is it possible to have any if or select case implementation into sitemap.xmap? i'm thinking to get a parameter from the requested URL and then call pipelines relative the requested url parameter thnx stavros - P

i18n catalogue and sql

2002-12-28 Thread Cocoon User
hy people i have found very usefull the i18n processing but what happend when you have large text? is it possible for catalogues to retrieve data from an sql server mySQL for example xml page -ID-> catalogue -ID-> data from SQL thnx stavros

strange output when i use i18n transformation

2002-12-26 Thread Cocoon User
hello people i have a very strange output when i use i18n when i use something and i ask i get in output: %0D%0A%09%09%09%09%09%09%09%0D%0A%09%09%09%09%09%09%09%09something%0D%0A%09%09%09%09%09%09%09%0D%0A%09%09%09%09%09%09%09%09 its very strange because when i remove the i18n element and tr

RE: [demostration] Re: xsl through pipelin [anyone can help?]

2002-12-24 Thread Cocoon User
>Luca Morandini >GIS Consultant > [EMAIL PROTECTED] > http://utenti.tripod.it/lmorandini/index.html > ----- > > > > -Original Message- > > From: Cocoo

[demostration] Re: xsl through pipelin [anyone can help?]

2002-12-24 Thread Cocoon User
i have a working demo that pass a xsl file through pipeline and call it using cocoon:/ protocol to transform other .xml's but i have problems to create this .xsl using xml/xsl (confused with namespaces) demo files are: http://www.osmosis.gr/temp/osDynXSL.zip stavros

[solved!?]Re: xsl through pipeline [NOT supported???]

2002-12-23 Thread Cocoon User
e the same xsl when called using the cocoon:/ > protocol. > Can you write your exact pipelines and give the xsl files? > Please omit all unnecessary stuff. > > Regards, > Anna > > ----- Original Message - > From: "Cocoon User" <[EMAIL PROTECTED]> >

Re: xsl through pipeline [NOT supported???]

2002-12-23 Thread Cocoon User
atic difference between your > sitemap and mine. But as I said, I'm new to cocoon, so I may be wrong. > Maybe somebody else will be able to give better answer. > > Good luck > Anna > > - Original Message - > From: "Cocoon User" <[EMAIL PROTECTED]&g

Re: xsl through pipeline [NOT supported???]

2002-12-23 Thread Cocoon User
mple xsl it works fine for me, so check both > your pipelines and your xsl. > > Good luck. > Anna > > - Original Message - > From: "Cocoon User" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, December 23, 2002 12:03 PM > Subject: R

Re: xsl through pipeline [NOT supported???]

2002-12-23 Thread Cocoon User
riginal Message - > From: "Cocoon User" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, December 23, 2002 1:58 AM > Subject: xsl through pipeline [NOT supported???] > > > i try to transform a .xml using a .xsl that

xsl through pipeline [NOT supported???]

2002-12-22 Thread Cocoon User
i try to transform a .xml using a .xsl that will be generated using a pipeline in my sitemap i have -- this is a very simple example (there is no transformation in getXSL, if this work i will try

pipeline parameter forward is it possible?

2002-12-21 Thread Cocoon User
what i have to do: i have content.xml i can call this file using 2 parameters /content.xml?lang=GR /content.xml?lang=EN the problem is that i dont call this resource directly but through a pipeline

Re: I cant get the latest nightly download to work

2002-12-21 Thread Cocoon User
i have the same problem solved by the following instruction from geof howard Copy xalan*.jar, xerces*.jar and xml-apis.jar from WEB-INF\lib (or from lib\core in cvs) to %TOMCAT_HOME%\common\endorsed The docs at one point only mentioned %JAVA_HOME%\jre\lib\endorsed but later tomcat versions use -

Re: new to cocoon... trouble creating sandbox

2002-12-21 Thread Cocoon User
have u edit your sitemap? can you send the part of your sitemap with the refence to this resource? stavros On Fri, 20 Dec 2002, J. Norment wrote: > Running XP/Tomcat 4.1.18/cocoon 2.0.4 ... > > Tried to create webapps/cocoon-dev by copying webapps/cocoon to > webapps/cocoon-dev and copying

[FIXED] Re: build error [latest CVS 2002.12.20]

2002-12-20 Thread Cocoon User
i have update my cvs snapshot after some hours there is a new build.xml and project-info.xml files someone has fixed this thnx On Fri, 20 Dec 2002, Cocoon User wrote: > > i try to build latest cocoon 2 CVS > > ans i recieve the follow error msg > > compile: > [xs

build error [latest CVS 2002.12.20]

2002-12-20 Thread Cocoon User
i try to build latest cocoon 2 CVS ans i recieve the follow error msg compile: [xslt] Processing C:\CVS\cocoon\xml-cocoon2\module.xml to C:\CVS\cocoon\xml -cocoon2\build\cocoon\work\blocks-build.xml [xslt] Loading stylesheet C:\CVS\cocoon\xml-cocoon2\tools\src\blocks-build. xsl [x

RE: cocoon samples live [why not]

2002-12-18 Thread Cocoon User
either. > > Geoff Howard > > > -Original Message- > > From: Cocoon User [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 18, 2002 12:28 PM > > To: [EMAIL PROTECTED] > > Subject: cocoon samples live [why not] > > > > > > i have t

cocoon samples live [why not]

2002-12-18 Thread Cocoon User
i have test today for my first time cocoon2.1 cvs when i asks http:/./cocoon i have notice than in my local machine i have cocoon's web site when i call /cocoon/samples i get all the refactored samples i have try to ask /cocoon/samples from the xml.apache.org live web site without to get an

[FIXED] RE: build Cocoon2.1 CVS [ERROR]

2002-12-18 Thread Cocoon User
lib\core in cvs) to %TOMCAT_HOME%\common\endorsed > > The docs at one point only mentioned %JAVA_HOME%\jre\lib\endorsed > but later tomcat versions use -Djava.endorsed.dirs to override > the standard jdk defined location. > > Geoff Howard > > > -Original Message-

Re: integrate IF THEN ELSE conditions in a simple XSP page

2002-12-18 Thread Cocoon User
try something like int rowID = ; if (rowID == 3){ bla bla .. your code } stavros On Wed, 18 Dec 2002 [EMAIL PROTECTED] wrote: > Hi, > How can I quickly add a condition in someting like : > > > > If I want to add a condition like : > If ID =

RE: removing cocoon from my url base [performance ??]

2002-12-18 Thread Cocoon User
yes but what about the performance maybe this way has effects to cocoon performance ? stavros On Wed, 18 Dec 2002, Luca Morandini wrote: > Mirco, > > I presume something like this: > > > src="file:///c:/something/mysite/" > check

build Cocoon2.1 CVS [ERROR]

2002-12-18 Thread Cocoon User
i try to build cocoon 2.1 CVS [2002.12.18 snapshot] environment: win XP jakarta-tomcat-4.1.17 j2sdk1.4.1_01 i put the .war file into webapp folder an start tomcat when i ask cocoon [http://.:8080/cocoon] i recieve the follow error (copy - paste) from error.log: ERROR (2002-12-18) 11

Build ERROR last cocoon2 CVS

2002-12-17 Thread Cocoon User
error msg: BUILD FAILED file:C:/Documents and Settings/root/My Documents/CVS/cocoon/xml-cocoon2/build.xml:1039: IOException: java.net.MalformedURLException: unknown protocol: c system: windows XP j2sdk1.4.1_01 any idea to solve this problem? thnx Stavros Kounis -

cocoon container: tomcat or not?

2002-12-17 Thread Cocoon User
after one year from the first stable cocoon 2 version is tomcat the best container for cocoon? we use the first cocoon2 rc1 version on tomcat the last 18 months in production. we have test other cocoon2 versions in development environment but never something else than tomcat! your experiences

i18n - greek sample

2002-12-16 Thread Cocoon User
we have add greek language in i18n refactored sample where can we send all this files to be part of the official i18n refactored samples Stavros Kounis http://www.osmosis.gr - Please check that your question has not alre

xsp:logic pure java or not?

2002-12-15 Thread Cocoon User
i have noticed that inside we can have code (variables, functions ..etc) eg: private syncronized Date getToday(){ today = new Date(); } is it pure java or something else ? is there any reference online out there ? thnx Stavro Kounis ---

xml+xsl -> xsp

2002-12-10 Thread Cocoon User
is i possible to create an .xsp from a xml-xsl compination (through cocoon) an then ask from cocoon to execute this .xsp? and all this on the fly? i want to call http://../some.xsp and cocoon create the some.xsp and then execute it thnx stavros Kounis -

xinclude support or not?

2002-12-08 Thread Cocoon User
is there any working example under cocoon i try to use xinclude inside an .xsp but without success my code is somethingi have missed or just there is no xinclude support from cocoon? thnx Stavros Kounis - Please c

XSP create dynamic an element

2002-12-03 Thread Cocoon User
i call an .xsp page like http://.../viewer.xsp?image=test.gif i send the image file name but i dont know how to create an image element with dynamic content for the src attribute i have the follow .xsp code http://apache.org/xsp/xscript/1.0"; xmlns:xsp="http://apache.org/xsp";>

Re: xsp !!!

2002-12-02 Thread Cocoon User
i use to include common xsp files using entities On Wed, 27 Nov 2002, Hong Gia Dinh wrote: > Hi all > I got a problem and tried to solve it! > i want to have a common 'common.xsp' file containing all the common values > and i have other personal files that uses all the common values! > so how

xsp Schema

2002-12-02 Thread Cocoon User
is there any official or not xsd schema for xsp? is there any other way to validate .xsp files using a xml editor i use xmlspy5 home edition thanks Stavros Kounis - Please check that your question has not already been answ

xsp simple or not?

2002-11-29 Thread Cocoon User
into an .xsp file i have .. .. .. .. and work fine the i try to put some logic .. .. String thePage= ; if (thePage.equals("place")){ } .. .. i dont get any error message but i dont see the included file ...!! can anyone help me? i want to include a file into an .xsp page

xsp include xml

2002-11-28 Thread Cocoon User
is it possible to include an xml file relative to a give parameter? http://../page.xsp?page=first ... ... .. String thePage = {how can i assign the page parameter content to thePage var???} if (thePage.equals("first"){ {.. how can i include first

xsp and dtd

2002-10-24 Thread Cocoon User
is it possible to generate document type declaration DTD dynamic using xsp i'm thinking to generate something like http://www.osmosis.gr/xml/xsp-plain/esql"; ]> dynamic in a xsp the problep is that all this string are before http://apache.org/xsp"; xmlns:xsp-request="http://apache.or

RE: XMLHTTP and cocoon [site map how to]

2002-10-13 Thread Cocoon User
rns to the browser a status message (and eventually other >generated xml) > 5. the js function exits > > Your mileage may vary, but the principle is this. > > --peppo > > > -Original Message- > > From: Cocoon User [mailto:[EMAIL PROTECTED]] > > Sent: mar

[final] Re: cocoon second instance

2002-10-10 Thread Cocoon User
cat creates a subdirectory under webapps/ by the name of > >> > >> > >the > > > > > >>war file that you deploy. > >>e.g. If you deploy the cocoon-new.war i think that it will create a > >>cocoon-new/ subdirectory under webapps/. > &

Re: cocoon second instance

2002-10-02 Thread Cocoon User
new war file as it is in the webapps/ directory and restart > Tomcat. > Your old cocoon instalation won't be damaged, but you can't use it anymore > unless you rename again > the directory /webapps/cocoon.old to /webapps/cocoon. > > Dimitris Katzigas > > > -

cocoon second instance

2002-10-02 Thread Cocoon User
hi folks i have cocoon 2.0.1rc working into omcats /web-app i want to test cocoon 2.0.3 binary distribution without to upgrade or cancel my old installation can i put cocoon's 2.0.3 cocoon.war into /web-app as cocoon_new.war and restart tomcat how will tomcat then deploy this .war is it p

RE: XMLHTTP and cocoon [baseurl ?]

2002-09-30 Thread Cocoon User
} catch (e) { > if (!ignoreErrors) alert("Server returned an >error, but was not understood by the editor.\n\n"); > return null; > } > }, > > in the sitem

XMLHTTP and cocoon

2002-09-30 Thread Cocoon User
hi folks i have make an html form than post an XML file (object with javascript) using XMLHTTP is there any way in cocoon to receive this post an simple echo this XML object in browser? (if not cocoon a tomcat webapp) i want to find a very simple example to test if i can transport an XML objec

XMLform DEMO

2002-09-28 Thread Cocoon User
hi guys do u know where can i find tutorial or demostrations or a reference about XMLforms in cocoon? thanks kounis stavros - Please check that your question has not already been answered in the FAQ before posting. <

post data in XML format

2002-09-28 Thread Cocoon User
think about how POST work. with POST we can send data (single values) from a form to server over HTTP is it possible to send data from a client (IE) using a form(or anything else) in XML format and how can cocoon recieve this xml stuctured data and handle them (create the .xml file local or par

mySQL driver ? and performance

2002-09-26 Thread Cocoon User
1. where can i find mySQL driver for cocoon ? 2. i use to get data from mySQL using php can anyone comment the performance of cocoon retrieving data from mySQL compiring to php thnx Kounis Stavros - Please check that yo

mySQL connection pool

2002-09-26 Thread Cocoon User
i have an mySQL database: "myDB" with one table "myTable" running at localhost can you please give me an example of connection pool syntax for cocoon.xconf file ? thank Kounis Stavros - Please check that your question h

RE: open xml in .js

2002-06-27 Thread Cocoon User
cocoon try to make xsl transformation On Thu, 27 Jun 2002, Piroumian Konstantin wrote: > > From: Cocoon User [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, June 27, 2002 6:56 PM > > To: [EMAIL PROTECTED] > > Subject: open xml in .js > > > > > > i hav

open xml in .js

2002-06-27 Thread Cocoon User
i have a .xml web site serve it using cocoon into a .xml file i have information i want to use as data into an .js file using the following code gD.async=false; M gD.load("celebrations.xml");M gD.setProperty("SelectionLanguage", "XPath")M using ie6 (local) i get all

RE: .htc how to (pipeline)

2002-06-03 Thread Cocoon User
> > > > > > Note: My htc file is not well-formed xml. Is this the problem for me? > > > > > > Thanks, > > > Kelly > > > > > > -Original Message- > > > From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > > Sen

Re: cocoon web log system

2002-06-01 Thread Cocoon User
do U know any weblog system or community about cocoon? stavros On Sat, 1 Jun 2002, Alex McLintock wrote: > At 09:57 01/06/2002, you wrote: > >we r thinking about to setup a weblog system phpnuke like > >as a community place for cocoon users > > > >anyone who want to apply this project > >pleas

cocoon web log system

2002-06-01 Thread Cocoon User
we r thinking about to setup a weblog system phpnuke like as a community place for cocoon users anyone who want to apply this project please reply to [EMAIL PROTECTED] Stavros S. Kounis Research & Development Department osmosis.gr | networks & consulting services web : http://www.osmosis.gr

RE: .htc how to

2002-06-01 Thread Cocoon User
t: RE: .htc how to > > > You must serve the .htc from Cocoon--do you have a rule for it in your > sitemap? > > > -Original Message- > > From: Cocoon User [mailto:[EMAIL PROTECTED]] > > Sent: Monday, May 13, 2002 8:07 PM > > To: [EMAIL PROTECTED] > &g

Re: Include external javascript file

2002-06-01 Thread Cocoon User
U have to edit your sitemap file so cocoon know how to handle .js files On Tue, 28 May 2002, Naquin, Beth wrote: > A cocoon newbie question: > > I am trying to include a javascript function from an external .js file into > my xsl stylesheet. > > I have the following in the xsl stylesheet: > >

do not chaching .js

2002-05-17 Thread Cocoon User
i dont need .js files caching is it possible to setup cocoon to read .js files every time the client make a request ? i use cocoon 2.0rc2 on tomcat thanks kounis stavros osmosis networks and consulting services http://www.osmosis.gr Greece -

.htc how to

2002-05-13 Thread Cocoon User
i have a behavor (microsoft .htc) attached in a stylesheet i aply this style into a element in a .xml page when i transofrm this .xml using xsl in IE6 i recieve re corect result but through cocoon i see everything except the result i'm waiting from .htc any idea ? thanks ---

bypass .php

2002-03-09 Thread Cocoon User
into my dir where all my.xml files are i have a .php file http://www.osmosis.gr/xml/osmosis.gr/ this is the url i use to send the control to tomcat-cocoon all /xml are redirected to tomcat-cocoon for procesing but the i have a php/ dir where is my simple .php file i try to use the follow e

Re: upload dir [outside cocoon]

2002-03-07 Thread Cocoon User
is it possible to upload something into a directory outside cocoons installation? for example into /tmp ore /home thank kounis stavros On Thu, 7 Mar 2002, Olivier Rossel wrote: > Cocoon User wrote: > > >i'm using cocoon 2.0.rc2 > >with tomcat and apache > > &

upload dir

2002-03-07 Thread Cocoon User
i'm using cocoon 2.0.rc2 with tomcat and apache how can i change the upload for the upload.xsp? thanks kounis stavros osmosis.gr - Please check that your question has not already been answered in the FAQ before posting.

sorry double post

2002-02-26 Thread Cocoon User
sorry for double post "pdf and greek fonts" but i use to have problem with [EMAIL PROTECTED] account sorry again - Please check that your question has not already been answered in the FAQ before posting.

pdf and greek

2002-02-26 Thread Cocoon User
how can i transform xml files into pdf when into the xml's are greek fonts thanks kounis stavros (i can not post in this list ... why ?) - Please check that your question has not already been answered in the FAQ before postin

Re: (newbie) virtual host

2002-02-16 Thread Cocoon User
i use apache for the virtual hosting apache point to a .html file this html is alink to tomcat /home/site1.com/htdocs /home/site2.com/htdocs using apache www.site1.com ---> /home/site1.com/htdocs/index.html then using index.html -->..tomcat.. .. /home/site1.com/htdocs/*.xml for each vhos

Re: Cocoon2 and non-English characters in jsp

2002-02-09 Thread Cocoon User
try use disable-output-escape="yes" in your XSL its an atribute that apply to text elemnts this work in my case exept the content of meta tags in metatags content i get the same kind of characters like u kounis stavros http://www.osmosis.gr On Thu, 24 Jan 2002, Gasper wrote: > I have the one

problem ? RE: Avoid extreme caching?

2002-01-20 Thread Cocoon User
can i delete the cache files of cocoon manualy? this will not cause problems in cocoon function? is there any other way to clear cocoon cache files? On Sun, 20 Jan 2002, Luca Morandini wrote: > Jozsa, > > have you already tried to delete the files contained under $TOMCAT_HOME/work > ? > > Best

RE: Problem with Cocoon2 [baltik !!!]

2002-01-20 Thread Cocoon User
SVG serializer try to get the source version (not binari) comment all the entries about SVG ind sitemap.xmap an precompile the source code i think that u have to follow the intructions of the lines at the end of the readme file otherwise u need to install a xserver i dont have try this s

cocoon cache

2002-01-20 Thread Cocoon User
i have change the content of my .xml pages but cocoon server the old information i thing that is something with the cache how can i ask from cocoon to rebuild or ignore the cache and translate again the .xml files thanks kounis stavros

encoding How TO

2001-12-28 Thread Cocoon User
i have cocoon2.0rc2 with tomcat in a redhat machine i need to generate HTML pages from a HTML/XSL combination everything works fine but i recieve pages in Unicode format how can a change this i want iso-8859-7 but when i try somthing into the xsl file nothign happend. it is something into cocoon

cocoon and .swf (flash files)

2001-11-29 Thread Cocoon User
i want to serve xml pages tha have .swf files inside (macromedia flash movies) for .gif file i use but i dont know what map is needing for .swf i try to use something just like gif's but dosent work any idea? thanks kounis stavros ---

upgrade from c2.rc2 or NOT? Re: [Announcement] Apache Cocoon 2.0Release

2001-11-29 Thread Cocoon User
after a hard work for about a month i have install cocoon version2.0rc2 how difficult is the upgrade from this version to the stable version. i need to reinstall tomcat? or just to compile the new cocoon version? what about configuration files? thanks kounis stavros On Thu, 29 Nov 2001, C

Re: no cocoon.properties WHY?

2001-11-28 Thread Cocoon User
cocoon2 + tomcat 4 On Wed, 28 Nov 2001, Sidharth wrote: > which version are u using?? > - Original Message - > From: "Cocoon User" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 28, 2001 4:37 PM > Subject: no cocoon.pr

No cocoon/conf Re: serving XML using cocoon (please HELP)

2001-11-28 Thread Cocoon User
On Wed, 28 Nov 2001, Sidharth wrote: no cocoon/conf dir into /usr/tomcat4/webapp/cocoon/ there is no cocoon/conf dir i have cocoon2 installed in a red hat linux kounis stavros > thsis is in cocoon/conf directory > - Original Message - > From: "Cocoon User" <[

Re: serving XML using cocoon (please HELP)

2001-11-28 Thread Cocoon User
On Wed, 28 Nov 2001, Sidharth wrote: there is no cocoon.properties in cocoon directory > copy cocoon.properties to ur folder and edit web.xml > - Original Message - > From: "Cocoon User" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday

no cocoon.properties WHY?

2001-11-28 Thread Cocoon User
i can not find cocoon.properties in my cocoon's dir no cocoon.properties entry into web.xml any idea please? kounis stavros - Please check that your question has not already been answered in the FAQ before posting.

serving XML using cocoon (please HELP)

2001-11-27 Thread Cocoon User
i try some edits into sitemap.xmap but i still not can serve XML files from /home/myDit i try to acces my files using ...src="file:///home/myDir/{1}.xml" but i recieve error mesgs everything work fine into ../cocoon/docs/samples/... thanks kounis stavros [EMAIL PROTECTED] -

cocoon path outside cocoon's dir

2001-11-27 Thread Cocoon User
i have install apache cocoon2 and tomcat4 my web site warks when i puut all files into /cocoon/docs/samples/myDir/ but i want to have my website files into /home/myDir/ i have try this: and work fine but when i try to modify this line to this one i recieve errors i think that i can not poi