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
The solution:
> change
>
>
>
> to
>
>
Thanks Florian and Joerg !
Regards,
Holger
On Mon, 24 Mar 2003, Joerg Heinicke wrote:
>
> Hmm, XML, PHP, CR/LF, - it seems a bit poor
> designed. Why aren't you
> doing the replacing in XSLT?
>
> But at least the solution should be to change
>
Dear all,
I have a quite long text in an XML tag
with some in-line 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 ])
However after XSL transformation, the HTML re
Thanks Christopher, Adam, Thorsten and Joerg for your
valuable suggestions. I will try to implement a while
loop in XSL with a recursive
construct and will report back to the group soon !
Cheers Holger
___
The ALL NEW CS2000 from CompuServe
Better
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 the
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 PROTECT
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 XPathDirector
Thanks Jens and Jeff !
Itried the XPathDirectoryGenerator. Sitemap fragment:
...
...
Which yields an XML file with the current fragment:
...
...
Obviously this has produced XML output identifying
files that comply having this tag but the query wasn't
executed, i.e. I haven'
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 RS
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
Thanks Jens and the others that responded so promptly !
that works now - xalan does recognise
'disable-output-escaping'
I used
Regards,
Holger
[EMAIL PROTECTED] wrote:
>
>
> Hi,
>
> > I am using the standard Cocoon config (Xalan, Xerces
> ..)
> The default Transformer is XSLTC. It is conf
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:
What is xsltc ???
-Holger
Jens Maukisch wrote:
>
> Hi,
>
> >
entity encoding error within an inline java script
Dear all,
I have a stylesheet with inline javascript.
I use CDATA and as follows to avoid coding
entities:
...
Dear all,
I use cocoon in a tomcat standalone environment. when
tomcat is starting up, it scans the whole drive for
serverproperties he finally couldn't find. then it uses
its defaults.
can I set pre-this behaviour in a conf file in order to
avoid scanning the harddrive on every tomcat start ??
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 pro
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 porta
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:
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
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.
However, when I retrieve the data with an XPath query
from the Xindice command line, CDATA is ret
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
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 w
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 a
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 a
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 Schlotterb
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 b
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 Coco
26 matches
Mail list logo