Re: Trouble with if

2003-07-01 Thread Joerg Heinicke
... Please use a more appropriate forum like Mulberry's xslt list for pure XSLT questions: http://www.mulberrytech.com/xsl/xsl-list/. Joerg Tim Bachta wrote: Can you give me an example of what you are referring to? Tim Bachta -Original Message- From: Joerg Hei

Re: esql:getXXX - wrong diagnostics?

2003-07-01 Thread Joerg Heinicke
element in the XSP file useful. -Erik Joerg Heinicke wrote: Why? You use a not existing column name and you get the message "Invalid column name". What's wrong with it? Joerg Dmitry Diskin wrote: Hello I have been struggling with the following problem for a while: if I sp

Re: including a static XML file in the return from my sql call?

2003-07-01 Thread Joerg Heinicke
Have a look on the output of the render-logic5.xsl transformation. You have maybe kicked the sql:* elements out of your XML. Joerg Paul Tomsic wrote: I'm trying to import a static XML file into the results of my SQL call. Here's my sitemap.xmap block:

Re: esql:getXXX - wrong diagnostics?

2003-07-01 Thread Joerg Heinicke
Why? You use a not existing column name and you get the message "Invalid column name". What's wrong with it? Joerg Dmitry Diskin wrote: Hello I have been struggling with the following problem for a while: if I specify non-existing column name in tag, I get the following error message: org.ap

Re: Unable to get transformer handler...

2003-07-01 Thread Joerg Heinicke
Hello James, James Cummings wrote: Hiya, I'm really new to cocoon so am probably doing something completely wrong. But using cocoon 2.1m3-dev, I want to grab a particular elment by id() from an xml file in the first step of a pipeline, and convert the result to html in the second step. In each i

Re: Trouble with if

2003-07-01 Thread Joerg Heinicke
Group your data by , anything else won't work. http://www.jenitennison.com/xslt/grouping/muenchian.xml http://www.dpawson.co.uk/xsl/sect2/N4486.html Joerg Tim Bachta wrote: I am having trouble with an xsl:if condition. I am testing to see if the date value is the same as the previous date value.

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Joerg Heinicke
There seems to be a real problem with WebServiceProxyGenerator: http://www.mail-archive.com/[EMAIL PROTECTED]/msg27925.html Joerg Tony Collen wrote: Hübner, Stefan wrote: Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't work, instead

[Fwd: RE: Link Livesites: http://www.ctg.albany.edu]

2003-07-01 Thread Joerg Heinicke
FYI Joerg Original Message Subject: RE: Link Livesites: http://www.ctg.albany.edu Date: Tue, 1 Jul 2003 09:03:26 -0400 From: Jim Costello <[EMAIL PROTECTED]> To: 'Joerg Heinicke' <[EMAIL PROTECTED]> Joerg and Derek, The white paper (which is nearly a yea

Re: Howto use a generated stylesheet

2003-07-01 Thread Joerg Heinicke
Hello Olivier, your sitemap looks absolutely ok and I can't spot any error. We did such things too and everything works without any problems. No http:// needed, nothing with wrong order of initialization of components. Olivier Billard wrote: Hi all ! I'm trying to use a generated stylesheet fo

Re: newbie question with wildcard in sitemap

2003-07-01 Thread Joerg Heinicke
You have a surrounding not only this . This makes it necessary to use {../1}: Regards, Joerg Sliman Bouchareb wrote: hi cocooners, i have the following directory structrue: cocoon:| |protected- |-docs - |-home

Re: Link Livesites: http://www.ctg.albany.edu

2003-06-30 Thread Joerg Heinicke
Hello Derek, yes, that's obviously misleading. But I'm not related to this page. After the mention on this list last week I only asked them to be listed on Cocoon's Livesites page and Jim Costello sent me this mail below. I added the link in the CVS and forwarded this mail, especially because o

Link Livesites: http://www.ctg.albany.edu

2003-06-30 Thread Joerg Heinicke
We had it already on the list last week, here is the official announcement. I have added the link in the CVS. Joerg Original Message Subject: RE: Contact Us Form Date: Mon, 30 Jun 2003 09:41:18 -0400 From: Jim Costello <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTEC

Re: java.net.SocketException: Connection reset by peer: socket writeerror

2003-06-27 Thread Joerg Heinicke
Hello Hill, normally this exception is thrown if the browser cuts the connection. This could happen if you change the URL of a resource before it's loaded completely. And there is no "javascript handler" in Cocoon. This stuff is not touched by Cocoon, but only by the browser. Joerg Hill Kari

Re: Compilation of XSP on IDE only

2003-06-27 Thread Joerg Heinicke
No, because XSP files are transformed via xsp.xsl to an java file and will be compiled afterwards. Writing a build script doing the transformation and trying the compilation will be more useful I guess. Joerg Nitin wrote: Hi, Is there any way to compile all xsp file of a site and get the e

Re: Beautify XML?

2003-06-26 Thread Joerg Heinicke
It's mentioned as ToDo for XSP (first entry for medium priority): http://cocoon.apache.org/2.0/todo.html. At the moment you will need a custom stylesheet I guess. Joerg Dmitry Diskin wrote: Hello Is there a way to get resulting XML document without those blank lines? For example, if I write:

Re: Where I put my business logic ?

2003-06-26 Thread Joerg Heinicke
What about http://wiki.cocoondev.org/Search.jsp?query=database&Search=Find or more specific http://wiki.cocoondev.org/Wiki.jsp?page=DatabaseActions. ESQL is another possibility (http://wiki.cocoondev.org/Wiki.jsp?page=ESQL). It's an XSP logicsheet, which adds further separation to XSP (http:/

Re: Error message not displayed

2003-06-26 Thread Joerg Heinicke
No problem. You can read something about it here: http://wiki.cocoondev.org/Wiki.jsp?page=ErrorHandling Joerg Dmitry Diskin wrote: Hi Joerg, Thanks for your answer. Would you mind to show me the example - I was unable to find it.. Dmitry. Joerg Heinicke wrote: That's a logging issu

Re: Random ArrayIndexOutOfBoundsException

2003-06-25 Thread Joerg Heinicke
ly a guess. Joerg Geoff Howard wrote: Really? I don't recognize that error as the typical endorsed lib problem, and thought Jetty handled endorsed libs differently and so didn't suffer this problem. Gabriel, did this work? Geoff -Original Message- From: Joerg Heinicke [mailto:[EM

Re: Suggestion for a Cocoon newbie

2003-06-25 Thread Joerg Heinicke
Hello Alberto, I hope my comments can be at least a bit of help: XSP is a similar approach to JSP. It's more about scripting and not real "SoC" or let's better say, it can be simply misused and so break the "SoC". The better approach seems to be an XForms framework. Cocoon has XMLForms with mo

Re: XHTML+DTD problem

2003-06-25 Thread Joerg Heinicke
Hello Joel, yes, we had this issue already on the mailing lists, but IIRC no solution was provided. Is following simple solution an option for you? Add a to the pipeline. The copy.xsl looks like following: There is no default for matcher for comment(), so these SAX events should not be le

Re: Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Joerg Heinicke
Hello Lincoln, we deploy Cocoon 2.0.4 as it is (not as War, but uncompressed, setting a symlink named "cocoon.war" to our webapps/ROOT directory) in JBoss 3.0.6 + Tomcat 4.1.18. The symlink allows changes in Cocoon without redeploy. Joerg Mitchell, Lincoln L. wrote: I am trying to get cocoon (

Re: Error message not displayed

2003-06-25 Thread Joerg Heinicke
That's a logging issue, so should be configurable in logkit.xconf. If you want to see it in the browser, you should add an error handler to the pipe. You can find samples in the Cocoon samples I guess. Joerg Dmitry Diskin wrote: Hello I have been struggling with blank page in my browser for a

Re: cocoon on Dynamo

2003-06-25 Thread Joerg Heinicke
No, but I guess it's more an issue with Dynamo than with Cocoon. So it would be better to ask on a Dynamo forum, wouldn't it? I'm not a J2EE expert, but we use JBoss and AFAIK we simply deploy (uncompressed, no WAR) Cocoon as it is. Joerg Barback, Lisa R wrote: I am trying to Install Cocoon on

Re: Random ArrayIndexOutOfBoundsException

2003-06-25 Thread Joerg Heinicke
Hello Gabriel, you seem to have the infamous endorsed libs problem. Try the environment check mentioned at http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError to be sure. Also a short overview about solutions is given. A more complete description of the problem can be found at http://wik

Re: Link Livesite: (www.mammakarzinom.de)

2003-06-19 Thread Joerg Heinicke
Cool, another website running on the most current Cocoon version. Added to CVS. Joerg Sascha Kulawik wrote: Hello everybody, we have now finished one of our projects and can tell, that we have a new customer sucessfully online with Cocoon. The complete Rendering in done though Cocoon 2.1m2, C

Re: cached cinclude doesn't work on 2.0?

2003-06-18 Thread Joerg Heinicke
sformation happens at all (that's without DefaultIncludeCacheManager/IncludeCacheManager component specified in cocoon.xconf). - Ed Y. -Original Message----- From: Joerg Heinicke Instead of Cocoon 2.1 from CVS you can use Cocoon 2.0.5 from CVS (hopefully released at the beginning of July).

Re: Link Livesites: Provincia di Lucca- Pubblica Istruzione - Cocoon2.0.3

2003-06-18 Thread Joerg Heinicke
Is already added in CVS: http://cvs.apache.org/viewcvs.cgi/*checkout*/cocoon-2.1/src/documentation/xdocs/link/livesites.xml?rev=1.7 Will be online after next website update. Joerg Gabriele Matteelli wrote: The URL is: http://istruzione.provincia.lucca.it

Re: release date of Cocoon2.1

2003-06-17 Thread Joerg Heinicke
del is 2.1 ready for production or the latest production-ready version is 2.0.4? thnx stavros On Tue, 17 Jun 2003, Joerg Heinicke wrote: Hello Uwe, at the moment there is the discussion whether the 2.1 release should include a completely implemented/refactored Flow Object Model or not. We will see

Re: cached cinclude doesn't work on 2.0?

2003-06-17 Thread Joerg Heinicke
Instead of Cocoon 2.1 from CVS you can use Cocoon 2.0.5 from CVS (hopefully released at the beginning of July). It has at least the caching implemented in the CincludeTransformer, but I don't know anything about the DefaultIncludeCacheManager. Joerg Ed Yavno wrote: Hi all, I'm trying to use t

Re: duplicate local variable / JSPReader problems

2003-06-17 Thread Joerg Heinicke
Can you give more explicite error description for the error in JSPReader.generate()? What about http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Cocoon+2&short_desc=JSP&short_desc_type=allwordssubstr&order=Bug+Number ?? Joerg Dirk Rei

Re: Schematron within Cocoon

2003-06-17 Thread Joerg Heinicke
Hello Robert, there exists a bug with patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19104 Joerg Jeroen Cranendonk wrote: (sorry, posted last mail with wrong subject :) Hi, I have a question about the usage of schematron languages within Cocoon/XMLForms. I have an AddresBean which I

Re: release date of Cocoon2.1

2003-06-17 Thread Joerg Heinicke
Hello Uwe, at the moment there is the discussion whether the 2.1 release should include a completely implemented/refactored Flow Object Model or not. We will see what we have at the beginning of the next week. A beta should be released next week, the release before summer (I hope in july). htt

Re: Parse string in XSL

2003-06-17 Thread Joerg Heinicke
This time it must be correct, because you already said XSL ;-) Should return 'DEF' if there is a '\' in the variable $cn. But it returns nothing if there is no '\' in it! If this makes a difference you can test whether contains($cn, '\') :-) Regards, Joerg [EMAIL PROTECTED] wrote: Is it p

Re: Link Hosting: MediaHost

2003-06-16 Thread Joerg Heinicke
Updated in CVS. Joerg MediaHost (TM) wrote: Could you please update your site at http://cocoon.apache.org/2.0/link/hosting.html and maybe other locations to reflect the existence of Cocoon 2.1 and Cocoon 1.8.2 at MediaHost. Thanks a lot and continue the very good work! Signer: Eddy Nigg

Re: escape "SUM" function from within sql:query in scheme.xml??

2003-06-16 Thread Joerg Heinicke
Paul Tomsic wrote: SUM() most CERTAINLY is a function in XSL. From page 554 of WROX, "XSLT 2nd Edition, Programmer's Reference" by Michael Kay, "The sum() function calculates the total set of numeric values contained in a node-set. For example, if the context node is the element then the express

Re: Cocoon 2.1 M3-dev War file

2003-06-16 Thread Joerg Heinicke
build war gives you a WAR file too. Joerg Brian Delahunty wrote: On a windows system is it possible to get a war built using Cocoon 2.1 m3 ??? I've tried "build war", "build webapp", "build installwar" but I always end up with a webapps directory... I can just copy that into my server and i

Re: parameter value syntax in sitemap

2003-06-16 Thread Joerg Heinicke
Slash instead of back slash?? Joerg [EMAIL PROTECTED] wrote: Hello. How is it possible in the sitemap to combine values with text and requests? eg: This example returns an error. I also tried with "{request-param:serverurl}\\{request-param:name}" but without result... thanks -- System Develop

Re: Link Livesites

2003-06-13 Thread Joerg Heinicke
Thanks you all for using Cocoon for your websites. I have added your sites to the link list in the CVS, you can see it after the next Cocoon website update. Jules White wrote: http://www.americanartists.org First I was disappointed because I found: . But at the end I found the article pages ser

Re: escape "SUM" function from within sql:query in scheme.xml??

2003-06-13 Thread Joerg Heinicke
SUM() is not an XSLT/XPath function. Furthermore you wrote it as text, not as expression, so this can't be the reason for your problem. Joerg Paul Tomsic wrote: Is there a way to escape the SQL function SUM() from within the element in the scheme.xml file? I'm trying to do: SELECT SUM(colum

Re: cocoon 2.1

2003-06-13 Thread Joerg Heinicke
That's not correct, did it yesterday myself: build war Joerg Juergen Bartsch wrote: Cocoon 2.1 ant build won't let you create a war file. Juergen -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de ---

Re: FOP Serializer configuration

2003-06-13 Thread Joerg Heinicke
My system is working as expected again after fixing the font files. They got broken during check-in into the CVS. Joerg Joerg Heinicke wrote: *grr* Be sure, every problem you have I have too :-( I thought I had it working yesterday, but the error message was "no protocol: fonts/&qu

Re: FOP Serializer configuration

2003-06-13 Thread Joerg Heinicke
Sorry, It doesn't work, even though baseDir equals ., it doesn't find my images unless I specify like this; src=file:///c:/cocoon/images/myImage.gif" instead of src=images/myImage.gif", supposing that c:\cocoon is the context path. ---- David -Mensaje original- De

Re: implementing <> [SOLUTION]

2003-06-13 Thread Joerg Heinicke
Hello Jorg, the caching for the DirectoryGenerator was implemented on 13th of May in Cocoon 2.1: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/java/org/apache/cocoon/generation/DirectoryGenerator.java Is it correct that you did it for Cocoon 2.0? Can you compare your caching with the one im

Re: FOP Serializer configuration

2003-06-13 Thread Joerg Heinicke
t doesn't work. David -Mensaje original- De: Joerg Heinicke [mailto:[EMAIL PROTECTED] Enviado el: jueves, 12 de junio de 2003 16:55 Para: [EMAIL PROTECTED] Asunto: Re: FOP Serializer configuration Shortly after writing this, I had to realize that the servlet context can be jndi:/l

Re: xsl:import question

2003-06-12 Thread Joerg Heinicke
Hello Markus, no guarantee that it works, but what about the following: Now you must add a pipeline to your sitemap: With this solution you have added a further mapping layer: You can change the location of your trignm.xsl without changing the import statements in every refering stylesh

Re: FOP Serializer configuration

2003-06-12 Thread Joerg Heinicke
. This I didn't expect, because why should context:// work and cocoon:// not. Can you file a bug in bugzilla? For me simply using a relative path works now, but this won't help you as you seem to create the fop-config dynamically. May I ask for the use case? Joerg Joerg Heinicke wrote: W

Re: FOP Serializer configuration

2003-06-12 Thread Joerg Heinicke
What Cocoon version do you use? I have 2.0.4 and use context://doc/fop/config.xml without any problems. Joerg Carmona Perez, David wrote: Hi all, Alter reading this page: http://cocoon.apache.org/2.0/userdocs/serializers/pdf-serializer.html I've tried to configure the FOPSerializer with a fi

Re: TeX to PDF serializator

2003-06-11 Thread Joerg Heinicke
Jestel, Roger B. (LNG-ALB) wrote: Sometimes you can't avoid using "legacy" systems, and sometimes they are even good, but that is unrelated to the question of how a third party processor can be intregrated in a serializer. Of course. And PDFs generated with TeX seem to provide much more quality th

Re: I want to delete a node in XML file.

2003-06-11 Thread Joerg Heinicke
You can use XSLT and a identity transformation http://www.w3.org/TR/xslt#copying adding a special template handling : Joerg bosspring 2 wrote: Hi all !!! I´m trying to delete a simple node in a XML file, but... how??? Perhaps, I cant to use Source Writing Transformer and replace the node by

Re: TeX to PDF serializator

2003-06-11 Thread Joerg Heinicke
To make it short: A TeXSerializer with a transformer delivering TeX text is not possible. You must have SAX events in a pipe, not text. So the only option is a TeXSerializer understanding XSL FO or a XML representation of TeX. But this would already be very near to FOP. Of course you can encaps

Re: combine values and variables for parameters in the sitemap

2003-06-11 Thread Joerg Heinicke
Doy ou have declared 3 top level in your stylesheet? Joerg [EMAIL PROTECTED] wrote: I don't know why, but it doesn't work with all tags, I have these three parameters: value="(&(objectclass=User)(cn={request-param:name}))"/> But only the password works, rootdn and filter doesn't work..

Re: FOP and greek fonts - is it possible?

2003-06-11 Thread Joerg Heinicke
http://xml.apache.org/fop/fonts.html http://cocoon.apache.org/2.1/userdocs/serializers/pdf-serializer.html Joerg Stavros Kounis wrote: hi people i try to generate pdf files with greek characters first i have try to edit cocoon's hello world example and add some greek characters ayter the word wo

Re: conditions in xsl

2003-06-11 Thread Joerg Heinicke
[EMAIL PROTECTED] wrote: Just a question about your code, I try to use parameter like you, but from another page. What is wrong here??? Sitemap : = XSL : = This is completely wrong. You need a top-level : ... normalize-space(pas

Re: XSP/Java - simple? problem

2003-06-11 Thread Joerg Heinicke
This is due to a bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15841. In the code (cocoon-2.1\src\java\org\apache\cocoon\components\language\markup\xsp\java\xsp.xsl): http://apache.org/xsp')]"> this.contentHandler.startElement(...); xspAttr.clear();

Re: Spacing issues?

2003-06-10 Thread Joerg Heinicke
replace with Joerg Tim Bachta wrote: Where do I put that? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: Spacing issues? {normalize-space(report-name)} Joerg Tim Bachta wrote: How come I

Re: POI --Setting logger Level

2003-06-10 Thread Joerg Heinicke
Hello Vishal, the HSSFSerializer has a logger in its configuration in the sitemap (at least you can set one). The log level can then be configured in the logkit.xconf. http://wiki.cocoondev.org/Wiki.jsp?page=ExploringTheLogs Joerg Mehra, Vishal wrote: I have a java application which executes

Re: conditional cincludes?

2003-06-10 Thread Joerg Heinicke
Hello Luke, you can either use the DirectoryGenerator or the new implementation of XInclude in Cocoon 2.1 having a fallback element. Joerg Luke Penca wrote: How do I check for the instance of a file before attempting to cinclude it? Basically, I don't want the pipeline to die if the file isn'

Re: XSLTC problem with IBM WebSphere

2003-06-10 Thread Joerg Heinicke
What about the cocoon.xconf? I have added it a few days ago to the Cocoon 2.0 CVS, so that XSLTC is available by default (while Xalan is still the default processor). Joerg Michael Vennera wrote: I running some pretty large XSLT transformations through Cocoon and want to use XSLTC for the perfo

Re: Spacing issues?

2003-06-10 Thread Joerg Heinicke
{normalize-space(report-name)} Joerg Tim Bachta wrote: How come I am getting huge amounts of space between hard-coded items and database items in my view source when they should be no space according to my code? Ex. Code = I would expect Source = * * Tim Bachta

Re: wildcards in type attribute not supported?

2003-06-09 Thread Joerg Heinicke
Hello Stefan, to make it short: no. Pipelines are built independent of the requested resource, so the {1} gets not or even could not get evaluated. (http://cocoon.apache.org/2.0/userdocs/concepts/sitemap.html) A solution would be to use Selectors. Joerg Stefan Kostopoulos wrote: Hi everybody!

Re: Document function

2003-06-09 Thread Joerg Heinicke
Hello Alexander, that's not /really/ true ;-) document() works, but there are some issues with it like the caching bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10203. Joerg Alexander Schatten wrote: Ali Mesbah wrote: Hi all, I'm getting a strange "XML Parsing Error: syntax error" fr

Re: Document function

2003-06-09 Thread Joerg Heinicke
Hello Ali, what Cocoon version do you use - or if you know, do you use XSLTC or Xalan? There seems to be a bug for top level xsl:variable and document() when using XSLTC: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20381. XSLTC is the default processor in 2.1, while it is Xalan in 2.0. Yo

Re: Read XML document via http with variables

2003-06-09 Thread Joerg Heinicke
Hello Daniel, you probably must build the request string step by step, because the variable $cn would not get evaluated otherwise: http://localhost:8080/cocoon1/mount/02288/xmldb2/02288/ ?xpath=course[contains(prerequisites/courseno, ' ')] ... 1. But be aware of a problem using doc

Re: Serious Encoding Problems (Umlaute)

2003-06-07 Thread Joerg Heinicke
Alexander Schatten wrote: (1) UTF-8 practically only works for english texts, and does not work with ae oe ue and so on That's wrong. UTF-8 works for *every* character. You only must use it correctly - and that's not so easy :-) By default giving a browser an UTF-8 document, it will send forms e

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-06 Thread Joerg Heinicke
Antonio Gallardo wrote: Do you think the bug is fixed in current Xalan? If it's not we have it in Cocoon 2.0 too ;-) I am not sure about this, but people was waiting for the new Xalan that will solve this problem. No, it's not fixed. I tested it. Moved the bug to the Xalan buglist. BTW, there is

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-05 Thread Joerg Heinicke
Do you think the bug is fixed in current Xalan? If it's not we have it in Cocoon 2.0 too ;-) Joerg Antonio Gallardo wrote: Joerg Heinicke dijo: Antonio Gallardo wrote: Joerg Heinicke dijo: I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so they should be in the

Re: Some study of implantation

2003-06-05 Thread Joerg Heinicke
What about the Cocoon website? http://cocoon.apache.org/2.1/userdocs/concepts/index.html Joerg Mmutuberria wrote: Hello friends, I have to implant Cocoon in my enterprise and I need a bit of generic information about it. I need some study of implantation with contrasted data in a web site m

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-05 Thread Joerg Heinicke
Antonio Gallardo wrote: Joerg Heinicke dijo: I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so they should be in the next Cocoon 2.0.x release - I guess the 5 comes after the 4 ;-) Cool! I think we can close the bug related to document() function! Hello Anotnio, to which one

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-05 Thread Joerg Heinicke
Hello Bruce, I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so they should be in the next Cocoon 2.0.x release - I guess the 5 comes after the 4 ;-) Joerg Bruce Robertson wrote: I've found that under JDK 1.4 my Cocoon 2.0.4 based project (http://heml.mta.ca) tended to spa

Re: WG: WG: Problems with umlaut in cocoon2.04

2003-06-05 Thread Joerg Heinicke
Nice to hear, that it works. But ... Przybilla, Frank wrote: Hello Joerg, that's it! When I remove the encoding specification, so that it defaults to UTF-8, then it works. Maybe in former versions of coocoon the jsp generator was aware of the specified encoding, but now it is confused. ... I don'

Re: error in XSP

2003-06-05 Thread Joerg Heinicke
I don't know any French, but with my English, Latin and German knowledge I guess it means something like "requested resource is not available", doesn't it? Hmm, I would suggest to look into the log files for a more exhaustive error message. Joerg [EMAIL PROTECTED] wrote: where is the error in

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Joerg Heinicke
Hello Peter, Peter Klotz wrote: is a sitemap internal redirect for reusing pipeline fragments and so you can do first steps of a pipeline on another place than the resource. See also . I hear you saying this but when I try this and have a pipeline ... It shoul

Re: Cocoon problems generating html output

2003-06-04 Thread Joerg Heinicke
Hello Rob, to make it short: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15316 Are absolute paths an option for you? Passing a base directory to FOP is not implemented in Cocoon'S FOPSerailizer. Joerg [EMAIL PROTECTED] wrote: Hi all, I'm a bit of a Cocoon newbie so forgive me if there

Re: WG: Problems with umlaut in cocoon2.04

2003-06-04 Thread Joerg Heinicke
ve problems with umlaut since version 2.02. But so far I haven't found a solution for that problem. With best regards Frank -Ursprüngliche Nachricht- Von: Joerg Heinicke [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 3. Juni 2003 21:15 An: [EMAIL PROTECTED] Betreff: Re: Problems wit

Re: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread Joerg Heinicke
Hello Nicolas, I more or less expected it ;-) http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem Joerg zze-MORY Nicolas FTRD/DMI/REN wrote: the error message with resin 2.1.9 and Sun SDK 1.4: 500 Servlet Exception java.lang.IllegalAccessError: class org.apache.xml.dtm.ref.sax2dtm.SAX

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Joerg Heinicke
'd another, which 'd a third stylesheet (I attached all three of them). They are viewable here: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105467465417098&w=2 if your mail client didn't show them. Anyway, I'll give the xalan transformer a shot and see what

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Joerg Heinicke
Hello Steven, it's XSLTC who does give so exhaustive messages. Try to use Xalan for this particular transformation, maybe you get a real error message. Are you refering external resources from the stylesheet (xsl:import, xsl:include, document())? Joerg Steven Cummings wrote: Hello, Is anybod

Re: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread Joerg Heinicke
I don't have your configuration, but maybe it's obvious from the error messages? What about them? Joerg zze-MORY Nicolas FTRD/DMI/REN wrote: anyone ever installed cocoon 2.1m2 with resin 2.1.9 and IBM JVM 1.4 ? or resin 2.1.9 with sun JDK 1.4 ??? it doesn't run with my configuration... thanks

Re: empty html tags

2003-06-04 Thread Joerg Heinicke
Hello Alexandre, what Cocoon and Xalan version are you using? I have Cocoon 2.0.5-dev (with Xalan 2.3.1) and 2.1m3-dev (with Xalan 2.5.1-dev (2003-05-06)). With both versions and are serialized to and . Joerg Alexandre Victoor wrote: Hello Is there a simple solution to avoid unwanted trans

Re: Problems with umlaut in cocoon2.04

2003-06-04 Thread Joerg Heinicke
Hello Frank, are you generating the XML declaration () by hand (so as string) or via some XML methods or tags? Joerg Przybilla, Frank wrote: Hello Cocoon community, I hope there is somebody out there who can explain me the following: I'm using cocoon 2.0.4 together with tomcat.1.4.24 and jdk1

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Joerg Heinicke
map:call does not work the same way as map:redirect-to does not work because the steps before are not executed. Both must be the first and only statements in a map:match. Hello Peter, fortunately the above is not true ;-) is a sitemap internal redirect for reusing pipeline fragments and so you

Re: [HELP]The processing instruction target matching "[xX][mM][lL]"is not allowed.

2003-06-03 Thread Joerg Heinicke
Hmm, how does the prolog of your XML file look like? What's the Cocoon version and the used Xerces version? Joerg Paul Tinzoh wrote: hello, I Paul Fonkeng. I'm using cocoon version 2 on a windows 2000 SP3 platform. I just thought of sending the whoole xsp-file with this mail, perhaps you find

Re: Crashing on Generating Program Code

2003-06-01 Thread Joerg Heinicke
Hello Scott, you must have read the wrong mails or forums ;-) This is the most annoying error using JDK 1.4 with anything related to XML, also known as "endorsed problem". The solution can be found at http://wiki.cocoondev.org/Wiki.jsp?page=Cocoon2.1DevSetupWin2000, issue no. 13 or at http://w

Re: whitespaces using xsl:copy-of

2003-06-01 Thread Joerg Heinicke
Hello Stefan, it's not possible by using , but by using the identity transformation. Replace your with and add the following template to your stylesheet: In this identity transformation only elements and text nodes containing non-whitespace characters are copied to the out

Re: An IDIOT on WiKi!

2003-05-30 Thread Joerg Heinicke
Hello Antonio, don't take it so hard. The best means for making manipulation on the Wiki useless is the possibility of fast restoring. This makes it a harder work to manipulate than to restore - and this is no fun for the manipulator and he won't do it so often. Joerg Antonio Gallardo wrote:

Re: [SOLUTION] FOP/HSSFSerializer's and non-english characters

2003-05-30 Thread Joerg Heinicke
Hello Yury, I hope you see the little problem with your solution: You change the library to make it work with Cocoon. So this is not a solution we can use for or integrate in Cocoon in general. In the future these very POI specific java files will go back to the POI project and will be maintai

Re: Error using "Protected Area" in samples

2003-05-29 Thread Joerg Heinicke
Hello Bobby, try to use Xalan instead of XSLTC for this transformation. In the best case it will work (possible bug in XSLTC: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20308), in the worst case you will at least get a better error message. Joerg Bobby Mitchell wrote: Using Version: 2.

Re: Why tag does not work in

2003-05-29 Thread Joerg Heinicke
Yan, Charlene wrote: > All, > > Maybe this is the wrong place to ask a question on XSL-FO. Can someone point me to a mailing list on XSL-FO? > > Thanks a lot! > > Charlene Hello Charlene, the Mulberry XSL-list is for both XSLT and XSL FO: http://www.mulberrytech.com/xsl/xsl-list/. If it is a

Re: Apperant Failure

2003-05-28 Thread Joerg Heinicke
Dave Allen Barker Jr wrote: > Stylesheets that use generate a "Unable to get transformer > handler" error. Any help would be greatly appreciated! I hope the > following information is insightful. Hello Dave, not so long ago there was a problem with path resolving in XSLTC. AFAIK it's fixed, I

java.net.BindException: Address already in use (was: Apperant Failure)

2003-05-28 Thread Joerg Heinicke
Hello Chris, please compose a new mail if you want to open a new thread. Otherwise the subject is misleading and the mails are wrongly sorted in thread-view-able browsers. Server.run/init: java.net.BindException: Address already in use This may happen if your server was not shut down correctly

Re: XSL transformation exception when run as CLI, but not as servlet

2003-04-04 Thread Joerg Heinicke
Hello Dave, one week ago somebody had exactly the same problem with Cocoon 2.0.4, Xalan 2.3.1 and DocBook 1.48. He solved it by using Xalan 2.4.1, so give it a try. What the difference is between CLI and servlet? I don't know. Joerg Olson, Dave -Systems wrote: Dear community: I've been trying

Re: Failed to execute pipeline.: Errors in XSLT transformation

2003-04-01 Thread Joerg Heinicke
Hello Don, there is nothing wrong the XSLT itself, so "Errors in XSLT" is not a correct message. But I can't tell you, what the error is. I "refactored" the stylesheet using templates instead of for-each. If there is a bug in Xalan 2.3.1 (this should be the version used in Cocoon 2.0.4), it wi

Re: 2.1-dev Logs at WEB-INF/logs/

2003-04-01 Thread Joerg Heinicke
e nio wrote: Also just wondering why the welcome.xslt has the extension of "xslt" instead of xsl? Not that it matters what extension as long as it matches the structure and namespaces declared in it, but more of curiousity to a changing trend? It's like *.jpeg vs. *.jpg ... the old DOS 8.3 file na

Re: Newbie question about CSS display

2003-03-28 Thread Joerg Heinicke
the XSLT stylesheet. Using document('host:8080/book.css') won't work either, because you can't read text with it, only XML. And the third suggestion using a can break the DocBook transformation completely. Use the parameterization as suggested by Norman Walsh and as you al

Re: Newbie question about CSS display

2003-03-28 Thread Joerg Heinicke
Hello Joe, you don't give very exact error description, only "it does not work". So it's only possible to guess. Or you give us more information. I guess the error is a missing or a wrong match for the CSS. The information you can provide: 1. Which URL do you type in the browser for the Cocoon

Re: WML source with WML serializer

2003-03-27 Thread Joerg Heinicke
Because they are already in the original input WML file? Disabling is possible using a XSLT: Regards, Joerg zze-MORY Nicolas FTRD/DMI/REN wrote: when i have WML files in input of pipeline and i want to serialize it with WML serializer i have many comment like that : > Why ?

Re: Orcale-XML-Parser in Coccon2

2003-03-27 Thread Joerg Heinicke
Or http://wiki.cocoondev.org/Wiki.jsp?page=DocbookTransformation and http://wiki.cocoondev.org/Wiki.jsp?page=Saxon (David collected interesting threads). Joerg Geoff Howard wrote: And as such, the instructions and hints for using Saxon should also help you. Don't know if they are currently in

Re: XMLForm Schematron question

2003-03-27 Thread Joerg Heinicke
Siblings? Try the following: > > > Passwords do not match. > > If you know password2 is always after password, you can remove preceding-sibling::password2. It's only a further suggestion from the XML point of view ;-) Joerg Delis, Christopher E. wrote: thanks, ugo. i finally

Re: Encoding and thorn

2003-03-27 Thread Joerg Heinicke
Hello Tim, Tim Cavanagh wrote: Hi, I am putting in some text from MS word through our publishing system that includes MS curly quotes (8-bit) when it gets to cocoon to be parsed via XSLT I get an error. The error is caused by the the thorn element being placed in the text (unclosed). Our publishi

Re: XMLForm Schematron question

2003-03-26 Thread Joerg Heinicke
pshot (xml-cocoon-2.1-20030210233231.tar.gz). TIA, chris -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Hello Christopher, I mentioned it already before: I guess the error are "/password" and "/password2" as the values of the context attribu

  1   2   3   4   >