Re: problems with new coplets in my portal

2003-06-25 Thread hgadm
Hi Matthias, please check whether your sitemap entry for that particular coplet is corresponding to the respective entry in \profiles\copletprofile.xml (compare every single character - I trapperd into a misspelling once). Otherwise please try flushing the cache. Regards, Holger On Wed, 25 Jun

Re: XSL and script code - please help

2003-03-24 Thread hgadm
Thanks Christopher, Adam, Thorsten and Joerg for your valuable suggestions. I will try to implement a while loop in XSL with a recursive xsl:call-template ... construct and will report back to the group soon ! Cheers Holger ___ The ALL NEW CS2000

XSLT does not maintain br 'format' tags in XML??

2003-03-24 Thread hgadm
Dear all, I have a quite long text in an XML tag description with some in-line br / tags to format it (the text containing these tags was created by an HTML mask after a user input into it[in fact the php script that is processing the mask is replacing CR/LF with br /]) However after XSL

[SUMMARY] XSLT does not maintain br 'format' tags in XML??

2003-03-24 Thread hgadm
The solution: change xsl:value-of select=//dc:description/ to xsl:copy-of select=//dc:description/ Thanks Florian and Joerg ! Regards, Holger On Mon, 24 Mar 2003, Joerg Heinicke wrote: Hmm, XML, PHP, CR/LF, br/ - it seems a bit poor designed. Why aren't you doing the

XSL and script code - please help

2003-03-21 Thread hgadm
Hi all, I am currently developing a histogram (svg) to be included in the Cocoon portal. The current solution for generation of the SVG code is XSL only. Now I would like to add an algorithm for y-axis autoscaling (see 'pseudocode' below). I am not sure how to do this in pure XSL e.g. -is

[SUMMARY] XPathDirectoryGenerator - need help {namespace handling}

2003-03-19 Thread hgadm
Thanks Jeff, that was the solution ! Obviously the XPathDirectoryGenerator does not handle tags with namespaces. These need to be replaced by local-names as indicated by you ! Thanks Holger On Wed, 19 Mar 2003, Jeff Turner wrote: On Tue, Mar 18, 2003 at 11:27:27AM -0800, [EMAIL

XPathDirectoryGenerator - need help

2003-03-18 Thread hgadm
Maybe I do not understand the XPathDirectoryGenerator: Also tried: KNO\#/azkno:knowledgeobject/dc:title/text() Same, tag content is not displayed !? Any help is appreciated !! Holger On Thu, 13 Mar 2003, [EMAIL PROTECTED] wrote: Thanks Jens and Jeff ! Itried the

Re: Dynamically generate RSS feed for Cocoon portal from XML files

2003-03-14 Thread hgadm
Thanks Jens and Jeff ! Itried the XPathDirectoryGenerator. Sitemap fragment: ... map:match pattern=kno-index map:generate type=xpathdirectory src=C:\Documents and Settings\Owner\My Documents\Projects\XML\KNO\#/azkno:knowledgeobject/dc:title/ map:serialize type=xml/ /map:match

Dynamically generate RSS feed for Cocoon portal from XML files

2003-03-11 Thread hgadm
Dear all, I would like to dynamically generate an RSS feed from currently available XML files in a folder on my webserver to be displayed in the Cocoon portal. I have a set of equally structured XML files in a folder and new files are added to this folder regularly. Now I want to generate the

Re: Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread hgadm
Silvio, guess in 2.0.4 the portal is in scratchpad.libs - try including them in he build command. Regards, Holger On Mon, 10 Mar 2003, silvio wrote: Hi, I have installed Tomcat 4.1.18 on windows 2000 sp3 and  Jdk1.4 after I download Cocoon 2.0.4 src and I follow instruction in Install file

Solution: entity encoding error within an inline java script

2003-03-04 Thread hgadm
Thanks Jens and the others that responded so promptly ! that works now - xalan does recognise 'disable-output-escaping' I used map:transform src=data.xsl type=xalan/ Regards, Holger [EMAIL PROTECTED] wrote: Hi, I am using the standard Cocoon config (Xalan, Xerces ..) The default

entity encoding error within an inline java script

2003-03-03 Thread hgadm
entity encoding error within an inline java script Dear all, I have a stylesheet with inline javascript. I use CDATA and xsl:text as follows to avoid coding entities: ... script language=JavaScript type=text/javascript xsl:text disable-output-escaping=yes // ![CDATA[ function addgroup(){ ...

Re: entity encoding error within an inline java script

2003-03-03 Thread hgadm
Hi Jens, thanks for your ultra-fast reply. I am using the standard Cocoon config (Xalan, Xerces ..) Here is a fragment of the (trivial) sitemap: map:match pattern=histochart2 map:generate src=data.xml/ map:transform src=data.xsl/ map:serialize type=html/ /map:match What

Re: Xindice query does not produce data that is in a CDATA section

2003-02-27 Thread hgadm
Thanks Yuri, will try 1.1 On Thu, 27 Feb 2003, Yury Mikhienko wrote: On Wed, 26 Feb 2003 09:22:09 -0800 (PST) [EMAIL PROTECTED] wrote: Yuri, I currently use v 1.0 I use v1.1 (from CVS) and cocoon v2.0.4, and XML data in CDATA section are retrived properly. for example: in

RE: Portal: usable now? Usable in future?

2003-02-27 Thread hgadm
Chris, this is an interesting post. I am interested in exploring the Cocoon portal for Knowledge Management purposes, therefore an integration of a threaded discussion forum (for structured information exchange) would be great. Holger On Wed, 26 Feb 2003, Chris Dietz wrote: On the portal

*** proposal to summarise - all, comments please ***

2003-02-27 Thread hgadm
Dear all, as in each and every newsgroup a lot of knowledge is in the flow of these discussions, however - most of the time nothing is really summarised and captured. I would like to propose that once a problem has been solved by the help of different 'brains' that the original poster of this

Re: Xindice query does not produce data that is in a CDATA section

2003-02-26 Thread hgadm
Yuri, I currently use v 1.0 Holger On Wed, 26 Feb 2003, Yury Mikhienko wrote: On Tue, 25 Feb 2003 16:31:56 -0800 (PST) [EMAIL PROTECTED] wrote: Dear all, I am retrieving XML data from Xindice via Cocoon. Everything is retrieved OK except what's in a CDATA section - this is

RE: Deploy with portal/auth

2003-02-25 Thread hgadm
Tony, after building and deploying cocoon.war you need to do the following: Delete (if anything) in ..\jakarta-tomcat-4.1.12\common\endorsed and copy xalan-2.3.1.jar xercesImpl-2.0.0.jar xml-apis.jar (or more recent copies of these) from ..\jakarta-tomcat-4.1.12\webapps\cocoon\WEB-INF\lib

Xindice query does not produce data that is in a CDATA section

2003-02-25 Thread hgadm
Dear all, I am retrieving XML data from Xindice via Cocoon. Everything is retrieved OK except what's in a CDATA section - this is completely missing and Cocoon returns this tag as an empty tag, e.g. mytag/ However, when I retrieve the data with an XPath query from the Xindice command line, CDATA

Re: cocoon-2.0.4-vm14, jboss-3.0.4_tomcat-4.1.12: Problem running Portal Sample

2003-02-20 Thread hgadm
That is interesting Hartmut ! I couldn't get into the portal in 2.0.4 without rebuilding from source with the scratchpad libs. Don't know what is wrong - I am also using a standalone Tomcat, so probably cannot help you with your specific setup. -Holger On Tue, 18 Feb 2003, Hartmut Schlotterbeck

xml 2 svg in coplet

2003-02-19 Thread hgadm
Hi all, I would like to integrate a small svg barchart (that gets actual business data from an xml file) into a portal coplet. I was thinking of a coplet pipeline like this: get the xml data ('generate'), build the svg graph ('transform' with xsl, or build with js: 'action' ? ), then transform

2nd Re: xml 2 svg in coplet

2003-02-19 Thread hgadm
Thanks Jens it works, good tip :-) - however, two questions from a bloody newby :-o 1.) The chart updates only (i.e. only reads-in a modified xml data source) if I clear the portal cache or close and restart Cocoon. Simple page refresh and logoff/-on doesn't help !!?? What did I forget ? 2.) I

Re: cocoon-2.0.4-vm14, jboss-3.0.4_tomcat-4.1.12: Problem running Portal Sample

2003-02-18 Thread hgadm
Hartmut, in Cocoon 2.0.x the portal is only in the scratchpad libraries, not in the binary distribution. You need to build cocoon including the scratchpad libs from source, then it works. Or build 2.1 dev from source (no scratchpad libs needed here) Holger On Mon, 17 Feb 2003, Hartmut

Re: AW: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread hgadm
I am also interested in a 'Cocoon meeting' in the Cologne area (Sa or Su please because I am working in the UK) Cheers Holger Adelmann On Tue, 11 Feb 2003, Jan Harms wrote: Hi Hussayn, I´m interested too. The topics I would like to hear about or discuss are: What do you use Cocoon for?

RE: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread hgadm
I will also try to attend the JAX on that Monday when there will be the Cocoon workshop. Regards, Holger Adelmann On Tue, 11 Feb 2003, Matthew Langham wrote: BTW, is anyone of you going to the JAX 2003 Conference in Frankfurt (12.-16. May) ? Carsten and Matthew will be doing a