Detecting documet types of Openoffice objects

2004-09-25 Thread Z.Z.
Hi All, I would like to convert oo documents to http. Its working good, but I cannot detect type of embedded objects forexample mathml and so on. In main document there is a reference for embedded document like this: draw:object draw:style-name=fr1 draw:name=Objektum1

Re: Serialization encoding problem

2004-07-23 Thread Z.Z.
Hi All, 2004. jlius 23. 17.09 dtummal [EMAIL PROTECTED] ezt rta: What's the reason for wanting to use HTML serializer (instead of XHTML), Do you definitely need empty elements like img src=... instead of img src=... /? I have also tried several times to get real Unicode characters from HTML

Re: Serialization encoding problem

2004-07-21 Thread Z.Z.
Hi All, 2004. július 22. 01.10 dátummal Ray Allis ezt írta: Z.Z. wrote: Hi All, I use Cocoon 2.1.5.1 in Linux environment. Character set of my xmls is utf-8. All of setting is utf-8 (web.xml, sitemap.xmap, xsls...) When I see source of my generated htmls, character set is utf-8

jeuclid doesn´t generate gifs

2004-07-11 Thread Z.Z.
Hi All, I installed jeuclid to my cocoon 2.1.4. with ant -Dcocoon.dir= install ant command. It makes a samples/mathml directory and modified my catalog file very well. In samples/mathml/ there aren´t pictures only Nr.x. texts. samples/testuite working good, but when I click some .mml links

Re: redirect-to

2004-03-26 Thread Z.Z.
Hello, Lionel Crine wrote: Hi, Is it possible to put a timer on a redirect-to element ? You can set time in html header: META HTTP-EQUIV=refresh CONTENT=nn;URL=redirect-to it is forward to redirect-to after nn sec... -- bye, Zoltan

Cannot understand behavior of count()

2004-03-21 Thread Z.Z.
Hello All, I make an education system, which has a lot of subjects. Each subjects has a simple (max 20-30 questions) faq. I wolud like to make it with source-writing. It is working well, but I cannot generate id for questions: My idea is: before I append a new question, I get number of

Re: how do you set up your version control?

2004-03-17 Thread Z.Z.
Hello, I am using Linux, it has a lot of excellent method for this. 1. there is RCS utility on linux, which can store all of version for each files. It is very simple and very excellent. 2. there is cvs which is like RCS, but it can save repositories to local or remote machine. (CVS has WIN

Re: how do you set up your version control?

2004-03-17 Thread Z.Z.
Hello, Sorry I think you are interesting version controlling in general, but I don ´t say concrets. So, cvs is very well for text files versioning, but it only stores binary in repository without versioning. I store only text files in repository. I usually make two of repository, one for

Re: Subtracting from uri in sitemap

2004-03-16 Thread Z.Z.
Hello All, I can make redirect url in my xsp, but I cannot activate it: String sp = request.getServletPath(); sp = sp.replaceFirst (do-delete.*$,); String uri = request.getScheme()+://+request.getServerName(); if (request.getServerPort() != 0) { uri = uri + :+request.getServerPort(); } uri =

Re: xsp upload nightmare

2004-03-08 Thread Z.Z.
Hello, [EMAIL PROTECTED] wrote: can i add your modification in a new wiki page ? yes absolutely can you describe what else is this code make ? I need to pass cocoon:/ to upload action. I am using cocoon on Linux, and my app is in my home directory. So link is:

Re: xsp upload nightmare

2004-03-06 Thread Z.Z.
Hello All, 2004. március 4. 14.47 dátummal [EMAIL PROTECTED] ezt írta: take a look here http://wiki.cocoondev.org/Wiki.jsp?page=RecipeUploadUsingAction it working Thanks a lot, it working really. I use it in Linux and my context is my home directory, link is: server/cocoon/~zamek/app/ I

How to disable AbstractCachingProcessingPipeline ?

2004-03-06 Thread Z.Z.
Hello All, I would like to make a directory handling app. I need to delete and upload files to this directory. It works well, but after delete or upload I get a cached directory content which is not modified. After I refresh it, the content is right. I set sitemap logger to debug, and it seems

Re: How to disable AbstractCachingProcessingPipeline ?

2004-03-06 Thread Z.Z.
Hello All, Sorry for asking I found solving: map:pipeline caching=off isn't right, valid is: map:pipeline type=noncaching 2004. március 6. 11.13 dátummal Z.Z. ezt írta: Hello All, I would like to make a directory handling app. I need to delete and upload files to this directory

Re: I don ´t understand authentication of multiple documents

2004-02-24 Thread Z.Z.
Hello, Many thanks to you it works well :-) 2004. február 24. 18.27 dátummal [EMAIL PROTECTED] ezt írta: On February 24, 2004, at 11:22 AM, Zamek wrote: Action of my forms send a request to do-login with username, and if it successful it redirect to a predefined uri: map:match

multiple documents with Authentication-fw

2004-02-22 Thread Z.Z.
Hi All, I'm new in cocoon :-) I applied authentication-fw based samples/authentication-fw. It works good, but I need to use it with multiple documents. I modified my protected entry in sitemap.xmap based on http://cocoon.apache.org/2.1/developing/webapps/authentication.html originap snippet

newbie sitemap question

2004-02-15 Thread Z.Z.
Hello All, I have a webapp in my home/public_html/ dir. It works well from here. And then when I move it to my home/public_html/vili dir, it cannot download images, js, and css. snippet of sitemap.xmap is: map:match pattern=images/**.* map:read mime-type=image/{2} src=images/{1}.{2}/

Re: newbie sitemap question SOLVED

2004-02-15 Thread Z.Z.
Hello, Sorry that was the solving, but there was a little cache problem... I tried to change mount to this: map:match pattern=*/** map:mount check-reload=yes src={1}/ uri-prefix={1}/ /map:match -- thax, Zoltan Zidarics

Re: newbie map:parameter question

2004-02-08 Thread Z.Z.
Hello, Problem solved: xsl:variable name=layout select=document($template)/ is not good, the solving is: xsl:variable name=layout select=document( concat('../', $template) )/ 2004. február 7. 18.48 dátummal Z.Z. ezt írta: Hello, I try to make Style-Free Stylesheets with Cocoon

newbie map:parameter question

2004-02-07 Thread Z.Z.
Hello, I try to make Style-Free Stylesheets with Cocoon template base sites, but I breaked :-( I can pass template file name to xsl, but it cannot load. my directory structure is: / | sitemap.xmap | + styles | logic2.xsl |

Re: Equation in Openoffice

2004-02-05 Thread Z.Z.
Hello, Z.Z. wrote: Sorry, I cannot find it, where is distribution´s directory? Ah, well, you'll probably have to get the code from CVS. Look at the examples/mathml directory there are a few files with more information. I'm not sure whether the extension works with the HEAD code or only

Re: Equation in Openoffice

2004-02-04 Thread Z.Z.
Hello, 2004. február 4. 20.13 dátummal J.Pietschmann ezt írta: Joerg Heinicke wrote: Jeuclide has nothing to do with Cocoon, so you won't find it here. I even did not find it when searching for Jeuclide using google. FOP can process embedded MathML, similarly to SVG, using jeuclid. It's