RE: Howto use a generated stylesheet

2003-07-01 Thread Upayavira
(Sorry about last message - accidentally sent message before I'd finished writing it!) Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Howto use a generated stylesheet

2003-07-01 Thread Upayavira
On 1 Jul 2003 at 9:19, Orson Davis wrote: > The stylesheet must be available before the pipeline is setup. The > setup, configure and compose methods for each component in a pipeline > is called before the startdocument method is called. In the case of > the org.apache.cocoon.transformation.Trax

Re: Howto use a generated stylesheet

2003-07-01 Thread Upayavira
Check out: http://wiki.cocoondev.org/Wiki.jsp?page=MetaStylesheets Regards, Upayavira On 1 Jul 2003 at 16:06, Olivier GUCKERT wrote: > > > Olivier Billard a écrit : > > > > Hi all ! > > > > I'm trying to use a generated stylesheet for an xs

Re: svgz to jpeg ?

2003-06-28 Thread Upayavira
://wiki.cocoondev.org/Wiki.jsp?page=JarProtocolExample). Both should extract your zipped SVG ready for converting to JPG. Hope that helps. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svgz to jpeg ?

2003-06-27 Thread Upayavira
Just use the svg2jpg serializer. That's it. Regards, Upayavira On 27 Jun 2003 at 22:26, rob wrote: > Hi, > > does anyone know if it is possible to serialize a > compressed svg file (svgz) to jpeg ? > > T

Re: AW: Invalid processing instruction name (saxon:warning) with the bonebreaker example

2003-06-27 Thread Upayavira
Check all of the files that are used to generate that page exist in the right places. Have you put bonebreaker into a subfolder of the folder containing your main sitemap? I can't guarantee to be so quick next time - time to head home now... Regards, Upayavira On 27 Jun 2003 at 17:21, S

Re: Invalid processing instruction name (saxon:warning) with the bonebreaker example

2003-06-27 Thread Upayavira
I've never tried bonebreaker, but if you've mounted it onto your root sitemap, then try accessing it via http://localhost:8080/cocoon/bonebreaker/ i.e. with a slash at the end. The mount probably mounts bonebreaker/ rather than just bonebreaker. Regards, Upayavira On 27 Jun 200

RE: Cocoon to csv not excel

2003-06-27 Thread Upayavira
On 27 Jun 2003 at 9:55, Tim Bachta wrote: > So can I use an xsl to create the node? I have a xsp that creates an > xml file that I don't want to change. Yup. Use XSLT to transform your source XML into a CSV file wrapped by a single node, then pass it to the text serializer. Regards

RE: Cocoon to csv not excel

2003-06-27 Thread Upayavira
On 27 Jun 2003 at 9:55, Tim Bachta wrote: > So can I use an xsl to create the node? I have a xsp that creates an > xml file that I don't want to change. Yup. Use XSLT to transform your source XML into a CSV file wrapped by a single node, then pass it to the text serializer. Regards

Re: Cocoon to csv not excel

2003-06-27 Thread Upayavira
Using XSLT with the text serializer should do it. Just wrap your CSV content with a single node which will be ignored by the text serializer: "1","bill" "2","sid" "3","sue" and Regards, Upayavira On 27 Jun 2003 at 9:

Re: Compilation of XSP on IDE only

2003-06-27 Thread Upayavira
o compile XSPs. I've never used it, nor heard of anyone using it. I've no idea whether it works. But it is there. Regards, Upayavira > Joerg > > Nitin wrote: > > Hi, > >Is there any way to compile all xsp file of a site and get the > >error >

Re: Cocoon live site?

2003-06-27 Thread Upayavira
A quick look at their HTTP headers reports Cocoon 2.0.4. Upayavira On 27 Jun 2003 at 10:26, Darren Petrie wrote: > Not sure but I think this redesigned site is running Cocoon. > http://www.ctg.albany.edu > > They mention Cocoon in their well written XML:A New Web Site > Arch

Re: ASP generator

2003-06-25 Thread Upayavira
Just use either the HTML or the file (xml) generator, depending upon the output of the ASP page. I've done this, and it is pretty trivial. Regards, Upayavira On 25 Jun 2003 at 11:11, [EMAIL PROTECTED] wrote: > Hello, > > Is there a way to read a dynamic HTML page generated

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Upayavira
s integrated into Cocoon. You can switch it off if you want, but there is no reason to do so at first. Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: A tranformer for sxw files

2003-06-24 Thread Upayavira
Check out: http://wiki.cocoondev.org/Wiki.jsp?page=OpenOfficeGeneration On 24 Jun 2003 at 10:50, Denis Svishchev wrote: > Hi! > > Is there a transformer for StarOffice sxw files? > I want to use a StarOffice document in sxw format as a source and show > its content as html or pdf. > > Thanks

Re: Pass parameter to a transformer

2003-06-23 Thread Upayavira
Why don't you use the src attribute to pass in the XML file, much as any other transformer? Then you'd have a lot of transformers available to look at for code samples. Regards, Upayavira On 23 Jun 2003 at 16:25, Anna Afonchenko wrote: > Hi all. > I have written my own transf

Re: ing, but with shared sitemap?

2003-06-20 Thread Upayavira
and others from your common shared files, depending upon whether you want them shared or separate. Then you just need an error handling pipeline to catch those situations where the URL doesn't match a valid skin. Make sense? Does this do what you want? Regards, Upayavira --

Re: ing, but with shared sitemap?

2003-06-20 Thread Upayavira
> >host2-dir Presumably what you're saying is that you want to be able to mount the common.xmap, but for that sitemap to be able to find out the name of the directory that it was mounted to, so that it can be used in locating ot

Re: pipeline dependencies

2003-06-20 Thread Upayavira
Ali, Have you seen: http://wiki.cocoondev.org/Wiki.jsp?page=MetaStylesheets Maybe that'll help. Regards, Upayavira On 20 Jun 2003 at 11:16, Ali Mesbah wrote: > As quoted from Upayavira <[EMAIL PROTECTED]>: > > Another way you can do it is read your original content

Re: pipeline dependencies

2003-06-20 Thread Upayavira
s - you should be able to rely upon Cocoon's caching to worry about that for you. Yes, you can access stylesheets using the cocoon: protocol. No I haven't done it yet, but I will need to do so soon. So, when you say you tried it and it doesn

Re: pipeline dependencies

2003-06-20 Thread Upayavira
; > All depends upon the caching of the SourceWritingTransformer. > Thanks Upayavira. > I think with the current implementation that is the only > possible way of doing it. Although it's not efficient (you dont > actually want to aggregate), it serves the purpose. Another way

RE: Exception when using copy-of

2003-06-20 Thread Upayavira
in with it that'll tell you what's new. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Table of contents

2003-06-20 Thread Upayavira
ble in 2.0.4, or just in 2.1 - I've never actually used it, but if you can find it, it would be your best approach. If you need more explanation, please let me know. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Upgrading Java

2003-06-20 Thread Upayavira
AD branch, and don't have 'too much' trouble with it). Regards, Upayavira On 20 Jun 2003 at 8:13, Derek Hohls wrote: > I am wanting to upgrade my Java version from 1.3 to 1.4 > in order to keep pace with new software that needs it > - however, I have the '1.3 com

Re: pipeline dependencies

2003-06-19 Thread Upayavira
he SourceWritingTransformer. I may well be off track here... Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: get request attribute in sitemap

2003-06-17 Thread Upayavira
#x27;peter' in your sitemap like this: So, Peter will be passed to the transform as a parameter. Is this what you're after? Upayavira On 17 Jun 2003 at 3:36, Hill Karimov wrote: > Hi all, > > Is possible to get request attribute in sitemap? > so

Re: Writing to filesystem

2003-06-16 Thread Upayavira
> Hi, > > What is the best way to write the output of a Transformer (in a > pipeline) into a file (e.g. /resources/bla.xml) on the filesystem? Check out the SourceWritingTransformer. Regards, Upayavira - To un

Re: OOo and ZipArchive serializer

2003-06-16 Thread Upayavira
ve just committed your patch. Thanks. Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OOo and ZipArchive serializer

2003-06-12 Thread Upayavira
Let me know what version of Cocoon you're using and I'll try to send a correct patch. Upayavira On 12 Jun 2003 at 19:49, Georges Roux wrote: > Sorry, the patch fail I think, it's better to wait some time a next > version, to have a Zip serializer more

Re: Persistent Cookies

2003-06-12 Thread Upayavira
for 27 days > > How can I extend beyond this? Er. Um. I've just seen that an int in Java is 32 bits, not 16, which means that, instead of lasting for a matter of days (or should it be hours), a cookie can be set to last for up to 68 years. I suspect that shoul

Persistent Cookies

2003-06-12 Thread Upayavira
end beyond this? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OOo and ZipArchive serializer

2003-06-12 Thread Upayavira
#x27;entry' node. Have a go at applying the patch (at worst by cutting and pasting the changes, marked by +) into the code for the ZipSerializer and rebuild Cocoon. Do you think you can handle that? If it works, I'll apply it to the latest CVS. Regards, Upayavira

Re: OOo and ZipArchive serializer

2003-06-12 Thread Upayavira
The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any another MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your sy

RE: conditions in xsl

2003-06-11 Thread Upayavira
ot;/> > ... > > > normalize-space(password) > You should have ... But this is more of an XSLT question than a Cocoon one: perhaps you should be checking these things out on the Mulbery XSLT list. Regards, Upayavira -

Re: OOo

2003-06-11 Thread Upayavira
Georges, Sounds great! Well done! Now, would you be willing to write this up for the benefit of others on the Cocoon wiki? If you go to: http://wiki.cocoondev.org/Edit.jsp?page=OpenOfficeSerialization You can create a page there. That would be really helpful. Regards, Upayavira On 11 Jun

Re: Gif image

2003-06-10 Thread Upayavira
able to find it anywhere. Thanks. Firstly, read: http://wiki.cocoondev.org/Wiki.jsp?page=ServingStaticFiles > />Keypad Then, in your code, use where whatever is in the src attribute is matched by a matcher in your pipeline

Re: [patched livesites.xml] Re: CVS livesites.xml - what is " couldn't

2003-06-09 Thread Upayavira
7;t remove anything. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon: presentation tier + J2EE EJB business tier --- a

2003-06-09 Thread Upayavira
carded, and is provided simply for the designer's convenience. Then, you use an HTML generator followed by an XSLT transform to make your XSLT stylesheet ready for use. Now that strikes me as clever, and really useful. What do

RE: Please take care a virus is near of us!

2003-06-06 Thread Upayavira
Dear All, > Take care of the mail from "Upayavira [EMAIL PROTECTED]" with > the subject : "Re: commandline executes matching pipeline three times" > and an "038-001_DataDictionary.xls.exe" file attached! As you can see from the above, this email was not

Re: commandline executes matching pipeline three times

2003-06-06 Thread Upayavira
x27;ll take a look at the SourceWritingTransformer as it appears to do > what I need. For now I wrote my own Transformer for the FTP transfer. If you were to use the SourceWritingTransformer, you'd need to create an FTP source. I'd love to get hold of one if you'd

Re: AW: Can't seem to load Firebird driver

2003-06-06 Thread Upayavira
h). I tried to get Firebird working some time ago, but gave up. So I've now got something to try at some future point. Thanks for that. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using cookies

2003-06-05 Thread Upayavira
> there is a cookie logikcheet in xsp Thanks. I'll look into that. > but i dont know if they are online information (examples) somewhere Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: commandline executes matching pipeline three times

2003-06-05 Thread Upayavira
;s a real shame that you're not able to use 2.1, as it now can write directly to modifiable sources. Therefore, if you had an FTP source, you could generate a page and have the CLI send it straight to your FTP server. >

Using cookies

2003-06-05 Thread Upayavira
cookies("name") I would imagine that this should be easy with Cocoon - a combination of an Action to set the cookie and an input module to read it. I'm quite prepared to use flow if that'll help. But I can't find anything to point me in the right dir

Re: commandline executes matching pipeline three times

2003-06-04 Thread Upayavira
check the mime type for URL rewriting > * once for getting page contents > And check out the CLI in 2.1. Much improved, and can be configured to only generate pages once. Regards, Upayavira - To unsubscribe, e-mail:

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Upayavira
Haven't done it yet myself, but have you read the Wiki page for Cocoon 2.1? http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse Regards, Upayavira On 4 Jun 2003 at 10:51, Lionel Crine wrote: > Sorry I'm lost : > > Whould you like me to send the configuration for e

Re: Newbie: writing XML files with Cocoon

2003-06-03 Thread Upayavira
oesn't help! But it is well worth waiting for. It uses client side wysiwyg editing on IE6 and Moz6, and flow behind the scenes. Hope that helps (and doesn't cause too much 'I can't find it' frustration). Regards, Upayavira ---

Re: CLI problems (ComponentSelector, cocoon protocol)

2003-06-03 Thread Upayavira
o doubt they'll test it for me. > Thanks for your help! You're welcome. Upayavira > >>The following problems occur: > >> > >>- The ComponentSelector does not find default components > >> ("could not find component for hint []"). If

Re: CLI problems (ComponentSelector, cocoon protocol)

2003-06-03 Thread Upayavira
be more configurable as to what you can do with a page once you've generated it. If you're interested in this, let me know and I'll tell you when I've committed it. I'd appreciate some help testing it! (FYI, I've certainly had the cocoon: protocol working on sites

Re: Jscript in xml pages. Disaperas after file generation

2003-05-30 Thread Upayavira
On 30 May 2003 at 10:38, Rainer Ammermann wrote: > Hallo Galia, > try using "<" for "<" and ">" for ">". > Since defines a comment already at the XML/XSLT-level, > it is ignored by the processor and thus not included into the HTML > result tree. Best wishes Rainer AFAIK doing that will result in

Re: Sample PDF

2003-04-05 Thread Upayavira
using. With Java 14.x (not sure exactly which), you can use AWT in headless mode, which means that an X11 server isn't required. What version of Java are you using? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL

Re: SourceWrite error :|

2003-04-05 Thread Upayavira
gt; Actually, we we're empty the temporary internet files everytime we > wanted to check if he was merging the files lolol But incredibly it is > really working :) So, we're thinking that in the end, cocoon isn't to > bad as we thought... It is rathe

Re: SourceWrite error :|

2003-04-05 Thread Upayavira
e other > objective we've just asked, by transforming one time to the source > write, and transform another time to html, and then show the results > to browser :) > > We'll try your tips on that! Hope it works. Upayavira --

RE: Newbie: Suggestions for development environment

2003-04-05 Thread Upayavira
methods described on the wiki. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with source-write

2003-04-05 Thread Upayavira
achieve what you want. And by the way, XML is the default serializer for the source writing transformer, so you don't need to specify it. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SourceWrite error :|

2003-04-05 Thread Upayavira
resent success or failure to the web user. Make sense? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sample PDF

2003-04-04 Thread Upayavira
To my mind, the crucial bit: > - Root Cause - > java.lang.NoClassDefFoundError > at java.lang.Class.newInstance0(Native Method) > at java.lang.Class.newInstance(Class.java:232) > at > org.apache.avalon.excalibur.component.DefaultComponentFactory.newInsta > nce(Defau

Re: SourceWrite error :|

2003-04-04 Thread Upayavira
it ? In 2.1, you can use insert. In 2.0.4, you'll need use XSLT to merge the data and then write the whole file back to disc. Make sense? Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TEI and cocoon

2003-04-04 Thread Upayavira
oon > - http://wiki.cocoondev.org/Wiki.jsp?page=XSLT. It's not that it won't work, more that you shouldn't be using it for certain functionality. Therefore, if it is in an existing stylesheet, you might well find it works anyway. Can you say more about what the problems are

Re: SourceWrite error :|

2003-04-04 Thread Upayavira
> Yes, but the error keeps going on.. I'll check that later, and search > a little more deep for help on documentation... Okay. Check in your $COCOON-HOME/WEB-INF/cocoon.xconf and make sure you've got this entry: That being missing could cause the pro

Re: SourceWrite error :|

2003-04-04 Thread Upayavira
ocoondev.org). > Is there any other transformer to write to a file? I've had it working, so it is possible. I used the sample that was as a part of Cocoon 2.0.4. Have you tried moving the file out of the way and having another go? Upayavira ---

Re: SourceWrite error :|

2003-04-04 Thread Upayavira
Try adding overwrite="true" into the node. Not sure if that is it, but it is worth a try. Upayavira On 4 Apr 2003 at 16:53, João César wrote: > > Hi, first of all thanks for your prompt answer :) > > I've just changed to and the > error still remains, but aft

Re: SourceWrite error :|

2003-04-04 Thread Upayavira
xt:' does not refer to a source that is writable. If you wish to write to a file, try either src="pubmed/repository/my.xml" or src="file:/path/to/context/pubmed/repository/my.xml" This should work as file: is writable. Regards, Upayavira

Re: escaping xml tags

2003-04-04 Thread Upayavira
arser parser = (Parser) manager.lookup(Parser.ROLE); parser.parse(inputSource, xmlConsumer); xmlConsumer is a handle for the next stage in a pipeline. I don't know if you can get hold of that in XSP. Anyway, hope that helps and isn't completely irrelevant! Regards, Upayavira O

Re: problems with Forrest

2003-03-31 Thread Upayavira
> To Whom It May Concern: > > I am trying to setup Forrest on my MacOSX box using jboss and tomcat. > Is anyone on this list familiar with Forrest? There may be people here, but you're best of asking on the forrest-dev list. R

Re: 2.1 dev - CVS whats the new steps to build

2003-03-31 Thread Upayavira
> perhaps those need updating. You should now be using cocoon-2.1 instead of xml-cocoon2. This changed a number of weeks ago, in recognition of the fact that Cocoon is now an Apache project in its own right. Regards, Upayavira ---

Re: XALAN vs. XSLT Transformer

2003-03-31 Thread Upayavira
classes you have. By default, Cocoon uses Xalan. But people have used others including Saxon, and even STX (which is not XSLT at all). Hope that helps. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Are Continuations Expensive?

2003-03-27 Thread Upayavira
I understand that only the part of a stack that is different from others is stored, not the whole stack each time. Also, variables are shared between continuations, again reducing memory usage. I'm not saying that this makes them inexpensive - just that memory usage does app

Re: CLI output file names

2003-03-27 Thread Upayavira
indicate the output PDF filename? See http://wiki.cocoondev.org/Wiki.jsp?page=CommandLine for more info. The best way to handle filenames is to simply make the URI a valid filename, e.g. userguide.pdf, if you want to use the CLI. Regards, Upayavira

Re: Cocoon-based Database Administration

2003-03-26 Thread Upayavira
May answer some of your questions (and probably give you more - such as should I really be using 2.1...). Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: convert from asp online form to something under cocoon

2003-03-26 Thread Upayavira
nding mail. I've heard mention of a mail logicsheet. Anyone know how to use Cocoon to send an email? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with Cocoon 2.1 dev (CVS)

2003-03-20 Thread Upayavira
. Thanks! Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lucene index building

2003-03-19 Thread Upayavira
given the number of errors in my site, probably wouldn't have fixed it anyway. I've just uploaded it onto my test server, and it works a treat! Thanks for that. Regards, Upayavira - To unsubscribe, e-mail: [EMAI

Re: WritableSource output Cocoon 2.0.4

2003-03-18 Thread Upayavira
> > The sourceWritingTransformer in 2.1 is quite different to the one in > > 2.0.4. I don't know whether it is 'back-compatible', > > Unfortunately it is not back compatible. Are you aware why not? Upayavira ---

Re: WritableSource output Cocoon 2.0.4

2003-03-17 Thread Upayavira
h is what you want. Alternatively, hack the 2.0.4 SourceWritingTransformer to do what you want. Hope that doesn't cause too many headaches! Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WritableSource output Cocoon 2.0.4

2003-03-17 Thread Upayavira
r. How does the SourceWritingTransformer handle that? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Lucene index building

2003-03-17 Thread Upayavira
ver I run create-index, it fails with a Cannot parse!: org.xml.sax.SAXParseException: Premature end of file. Any ideas what I might be doing wrong? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: WritableSource output Cocoon 2.0.4

2003-03-17 Thread Upayavira
t of your SourceWritingTransformer stage, to return HTML for the user. Have I understood you correctly? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Sitemap Help

2003-03-17 Thread Upayavira
nd of the lines above. That could get the sitemap to compile. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Creating a MenuGenerator based on DirectoryGenerator

2003-03-15 Thread Upayavira
ot;. todo identifies the content in todo.xml, by reference to a 'node' of content declared in site.xml. We call this semantic linking because instead of linking to a physical representation (todo.html), we've linked to the 'idea' of "the todo file&

Re: Creating a MenuGenerator based on DirectoryGenerator

2003-03-15 Thread Upayavira
o other pages in a site without knowing the page's final URL. When linking to a page, you use the page's ID. A couple of input modules and a transformer then translate that ID into the proper URL. Hope this helps. Regards, Upayavira ---

Re: Generator for OpenOffice, think I got it

2003-03-14 Thread Upayavira
On 14 Mar 2003 at 12:45, Yves Vindevogel wrote: Would you be willing to make a Wiki page out of this? Go to: wiki.cocoondev.org. That would help a lot of people in the future. Oh, and well done!! Regards, Upayavira - To

Re: best Java for RedHat?

2003-03-13 Thread Upayavira
can find out if you want to know. Hope life's treating you well! Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Generator for OpenOffice

2003-03-13 Thread Upayavira
0//EN" "Manifest.dtd" Put the office.dtd and the manifest.dtd into the same folder as the catalog file. Restart Tomcat, just to be sure. And try again. I've no idea if this'll work. I've never tried i

RE: Generator for OpenOffice

2003-03-13 Thread Upayavira
gt; themselves. Have you tried using entity catalogs? Look in the cocoon.xconf, you'll find an entry for an . The catalog file is probably in $COCOON- ROOT/resources/entity/catalog. Load that up, and see if you can edit it to map the DTD to the DTD file. I've neve

RE: Generator for OpenOffice

2003-03-12 Thread Upayavira
> I've taken your suggestion and implemented an example: > http://wiki.cocoondev.org/Wiki.jsp?page=JarProtocolExample Great! Could be useful! Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Generator for OpenOffice

2003-03-11 Thread Upayavira
e a point that the jar: protocol, built into the JDK, can read Zip files. So check out the accessing files with jar: in the JDK and let us know where you get to! Hope this helps. Upayavira - To unsubscribe, e-mail: [EMAIL

Re: Zip File Generator

2003-03-07 Thread Upayavira
't seen the book, I'd highly recommend it. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: big ESQL performance problem

2003-03-04 Thread Upayavira
.K_GRUPA AS Knt_Grupa, > > It sounds like people are doubting ESQL, so it is worth trying accessing your database JDBC with Java, without Cocoon in the picture. Then you can work out whether it is Cocoon or JDBC that is causing you a problem. I had to do this recently, so I us

Re: Generate XSL with XSP?

2003-03-03 Thread Upayavira
Robert, > Is it as simple as changing this line to: to allow the include to call an internal pipeline? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Mounting Sub-Sitemap from outside cocoon-dir...

2003-02-25 Thread Upayavira
Joerg, There shouldn't be any problem with that as far as I can see. Here's a snippet from my root sitemap: Regards, Upayavira > Hi! > For better integration into the versioning-system (clearcase in this > case) I tried to let the locally installed cocoon (

Re: Cheap Cocoon Hosting

2003-02-24 Thread Upayavira
aoindustries.com come recommended. They host cocoondev.org. positiveinternet.com in the UK host servlets on their Z-account, which means that they _should_ be able to host Cocoon. Regards, Upayavira > I went to the Cocoon website and it gives a list of hosting providers > that will s

Re: CmdLine not honouring web.xml parameters?

2003-02-21 Thread Upayavira
As a short term solution, you can specify the dburl, driver, user and password using , , and within your . This will avoid the reference in web.xml. It looses your connection pooling, but it should work. Hope that helps. Reg

Re: XPath problems in Cocoon?

2003-02-20 Thread Upayavira
still work? The HTML generator does convert badly formatted HTML into correct HTML, so it can slightly change the structure of the document (it is based upon JTidy, which exists for that purpose). Regards, Upayavira - Please

Re: AW: Firebird with Cocoon

2003-02-19 Thread Upayavira
Brian, I've finally got Firebird working, by switching from the SQLTransformer to the ESQL logicsheet. What a relief! Can you send me the patch for the SQLTransformer? I'll see if that's part of it. Thanks for your help. Reg

Re: AW: Firebird with Cocoon

2003-02-19 Thread Upayavira
ndException: log\test.log (The system cannot find the path specified) after some time ago having put the log4j jar into the lib folder. Any idea where it is looking for the log\test.log file? Then it might be able to tell me more about what it is doing. Thanks for all of your help. Re

Re: hosting

2003-02-19 Thread Upayavira
ore host Cocoon. I like what I see of their service, and, if I was to consider shared hosting in the UK, I'd seriously consider doing it with them. Regards, Upayavira - Please check that your question has not already been an

Re: Firebird with Cocoon

2003-02-19 Thread Upayavira
sitemap.xmap: Any further hints would be greatly appreciated. Regards, Upayavira - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/coco

Firebird with Cocoon

2003-02-18 Thread Upayavira
ing a connection string of the sort: jdbc:firebirdsql://localhost:3050//c:/desktop/database.gdb A connection test from IBConsole tells me that I'm using "WI-V6.2.794 Firebird 1.0". Any pointers? Thanks, Upayavira - Pl

Re: CLI

2003-02-18 Thread Upayavira
Darren, I have often wondered why the CLI isn't a standard part of the binary distribution. I have posted a message to the dev list to ask if there is a reason why it isn't there, and if not to offer at least have a go at creating the necessary scripts. Regards, Upayavira > CLI

  1   2   >