Please have a look at http://wiki.cocoondev.org/Wiki.jsp?page=Woody.
There you find a IMPORTANT pointing to
http://wiki.cocoondev.org/Wiki.jsp?page=WoodySyntaxUpdateForWidgetsElement,
where a syntax change is pointed out.
You have to add a wd:widgets element to the form description now.
Joerg
When I use cocoon-2.1.3
I get in the case of JXforms the Error:
cause: ConversionError: The undefined value has no properties.
(file:/home/braun/cocoon-2.1/build/webapp/jxtest/flow.js; line 50)
-
To unsubscribe, e-mail: [EMAIL
When I use cocoon-2.1.3
I get in the case of Woody the Error:
"resource://org/apache/cocoon/woody/flow/javascript/woody.js", line 74:
uncaught JavaScript exception: at woody
(resource://org/apache/cocoon/woody/flow/javascript/woody.js, Line 283)
at Form (resource://org/apache/cocoon/woody/flow/j
I am using cocoon-2.1rc1.
I got Hugos XMLForm-example running. But I didn´t succeed in getting
Woody running I get the following message
ConversionError The undefined value has no properties.
(resource://org/apache/cocoon/woody/flow/javascript/woody.js; line 54)
When I try the Jxform-example I ge
---
This mail is generated automatically using
Jakarta Ant. Contents are automatically
downloaded from Apache's Bugzilla.
---
Please do not reply to th
I am using cocoon cocoon-2.1rc1-dev
I followed your installation procedure from Antonio
I dont know where to place the .jdo file.
I get the following stacktrace
Original Exception: javax.jdo.JDOUserException: Object not
PersistenceCapable.
FailedObject:[EMAIL PROTECTED]
at
com.sun.jdori.comm
Only to make it clear: Forrest is based on Cocoon.
Joerg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 07.11.2003 16:21, Asim Raja wrote:
Hi,
I'm interested in using use Cocoon to convert an html page to a PDF file. I
would like to feed the URL of the page and get the PDF. I would like to know
if CSS used by the webpage would be supported by the HTMLGenerator and the
PDF Serializer?
Hello Asim,
JD Daniels wrote:
I had to change
source = resolver.resolve(uri); //to
source = resolver.resolveURI(uri);
and change context:// to cocoon://
Works Now !!
Wow. I'm impressed. ^d^d^d^d^d^d^d^d. Well of course. I new it would.
Regards, Upayavira
Thank You
JD
-Original Message-
From: U
I had to change
source = resolver.resolve(uri); //to
source = resolver.resolveURI(uri);
and change context:// to cocoon://
Works Now !!
Thank You
JD
-Original Message-
From: Upayavira [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 1:37 PM
To: [EMAIL PROTECTED]
Subject: Re:
JD Daniels wrote:
I was wondering if it was possible to load an xsp pipeline instead of a
source xml file..
ex.
// parse the document to a DOM-tree
var document = loadDocument("forms/test.xml");
// bind the document data to the form
form.load(document);
form.showForm("display-pipeline");
Change to
Ashish Kumar wrote:
i have to display page border in pdf document, but putting tags
like this is not working:
page-height="29cm" master-name="first">
Borders are not allowed on regions by the spec:
http://www.w3.org/TR/xsl/slice6.html#fo_region-body
(second paragraph under "areas:")
I was wondering if it was possible to load an xsp pipeline instead of a
source xml file..
ex.
// parse the document to a DOM-tree
var document = loadDocument("forms/test.xml");
// bind the document data to the form
form.load(document);
form.showForm("display-pipeline");
Change to:
// Load DOM-t
Marius Oancea wrote:
Is possible to protect the FOPSerializer generated pdf files ?
See
http://xml.apache.org/fop/pdfencryption.html
I'm not sure whether Cocoon's FOP serializer allows you to configure
these options.
Note that there are still restriction in this release: you can't
use embedded fon
Carmona Perez, David wrote:
I've added the new tag that show a summary of
errors that may have happened, and can be embedded inside the
tag.
What do you think?
Can you please post a patch to Bugzilla? But before doing that, please
substitute the hardcoded English messages with elements and
a
Hi all,
Does anyone have an XSL for transforming a sitemap into a SVG doc? Or something
similar - I just need to diagram my solution and would find this most helpful.
regards,
Bruce.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Hi all,
i'am having problems passing parameters to my component!
My component implements the interface
org.apache.avalon.framework.parameters.Parameterizable
//
public void parameterize(Parameters parameters)
throws ParameterException
{
..
param1 = parameters.getParameter("m
Hi Massimo,
In the meantime Michael has setup a wiki page for this:
http://wiki.cocoondev.org/Wiki.jsp?page=CocoonUserGroupSwitzerland
-Bertrand
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hi Sylvain
Great Idea to have a dinner in Zürich count me on board.
At this occasion we could talk about some Ideas to promote Cocoon in
Switzerland.
If it will be held in Zürich Otego could organize the Restaurant etc.
Just in case we plan to do it, next week than please look I can only be
ava
On Fri, 2003-11-07 at 15:02, Carmona Perez, David wrote:
> Hi all,
>
>
>
> I was a previous user of XMLForms and find it is deprecated and in
> addition my old code doesn't work well (it doesn't set form data).
>
>
>
> On the other hand, Woody seems promising, but is still under
> developme
hi there,
i think u r confused between css & xsl. go to
www.w3schools.com/xsl/ & learn some basic concepts & diff. between
them... its time to first learn some basics!
ashish
On Fri, 7 Nov 2003, Asim Raja wrote:
> Hi everyone,
>
> Thank you for your useful comments and putting up
On Fri, 2003-11-07 at 15:06, Carmona Perez, David wrote:
> Another change I propose in woody-field-styling.xsl is the following:
>
>
> onclick="alert('{normalize-space(.)}'); return false;"> !
>
>
> by
>
>
> onclick="alert('{normalize-space(.)}'); return false;"> !
>
>
>
Asim Raja wrote:
Hi everyone,
Please correct me if I'm wrong but I think that unless style specified by
the CSS are explicitly inserted by the developer in the Formatting Object
document (Step 2 below), they will not be picked up by the XSL transformer.
I would appreciate if anyone can confirm th
Correct. You will need to explicitly write an XSL that generates FO that reacts to
the CSS you have in your html. This is a hell of a lot of work.
Here are your options:
1 OpenSource: Use Konqueror(KHTML) or Mozilla and write a simple wrapper to load
your HTML and then print it. You might
Asim Raja said:
> Hi,
>
> I'm interested in using use Cocoon to convert an html page to a PDF
> file. I would like to feed the URL of the page and get the PDF. I would
> like to know if CSS used by the webpage would be supported by the
> HTMLGenerator and the PDF Serializer?
>
> Thank you in advanc
Hi everyone,
Thank you for your useful comments and putting up with a newbie question.
Our requirement is that we have to do it programmatically. Feed a URL and
get a PDF. I've looked into HTMLDoc (which is based on iText) but it doesn't
support CSS files in its latest version.
Please correct me
Yeeps! I didn't just volunteer for something did I? :)
Actually, at the moment, my #1 concern is seeing if I can't come up with a
way that when I botch a portal config definition I'll get back a meaningful
error. Right now, things are happening down inside Castor and other
non-Cocoon objects that
Another way: Download latest openoffice and it supports PDF printing directly.
-Original Message-
From: McDonald, Bruce
Sent: Friday, November 07, 2003 10:32 AM
To: [EMAIL PROTECTED]
Subject: RE: does cocoon support css
Not possible (AFAIK). Cocoon generates a PDF from an XML document
Not possible (AFAIK). Cocoon generates a PDF from an XML document which is
transformed using XSL:FO. What you want to do is best accomplished using Adobe
Acrobat Distiller or one of a number of open source projects. I am able to "print" to
a PDF file on my Linux (KDE) Desktop.
-Original
Asim Raja wrote:
Hi,
I'm interested in using use Cocoon to convert an html page to a PDF file. I
would like to feed the URL of the page and get the PDF. I would like to know
if CSS used by the webpage would be supported by the HTMLGenerator and the
PDF Serializer?
I suggest you read a little b
Hi,
I'm interested in using use Cocoon to convert an html page to a PDF file. I
would like to feed the URL of the page and get the PDF. I would like to know
if CSS used by the webpage would be supported by the HTMLGenerator and the
PDF Serializer?
Thank you in advance for your help!
Asim Raja
-
I'm still looking at PHP features:
If you're a PHP expert, you can add your own library, but you usually have a
system running...
This is the same idea.
A project called PHP Groupware has also block notions and you can
activate/deactivate/install/uninstall through a web interface.
Basically, I c
Cocoon out-of-the-box is a wonderful showcase for all the great things it
can do. However, once you're done admiring all the neat features it has, you
really want to build your /own/ Cocoon.
Preferably, you'll do this as an additive process, rather than a subtractive
one. Firstly, because it's mo
Jon Evans wrote:
I'm trying to write a sitemap fragment which will execute a text search
in a knowledge base product we are using.
I've managed to sort out a solution, using the cinclude transformer.
For those interested, it works like this:
http://example.com/interface?Action=CreateSession"/
Yes you're right, I meant something more easier to use but on the Website
and adding new processes (but automatic).
On the broadening base, let's look at PHP vs EJB (I know this is stupid :=))
EJB doesn't have so many users as PHP but it doesn't matters b/c EJB are
used in specific context...
So
Upayavira wrote:
Okay, you're getting somewhere. Can you update to the latest CVS? I
fixed this default-encoding problem today.
The /styles/main.css is showing because you got an error. At some
point I'll fix it so that links don't get followed on error pages. So
many things to do :-(
Update
Nicolas Toper wrote:
Yes, but we would need to rethink the Cocoon build/releases cycles to
simplify the installation...
no, I do not see why; As an expert one could rather easily provide such
an binary installation package. no problem at all I see.
But we first need to know if we want to broa
Why not ? This severely limits my refactoring efforts.
Is there any way to use something like CInclude in the sitemap ?
Regards,
Oleg
Joerg Heinicke wrote:
Isn't my answer enough? :-)
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=106735927130349&w=2
It's not possible.
Joerg
On 28.10.200
Okay, you're getting somewhere. Can you update to the latest CVS? I
fixed this default-encoding problem today.
The /styles/main.css is showing because you got an error. At some point
I'll fix it so that links don't get followed on error pages. So many
things to do :-(
Update to latest CVS and
hi all,
i have to display page border in pdf document, but putting tags
like this is not working:
i have also tried using fo:block-container but that also doesn't work
plz tell me wat can be the problem
ashish
--
Yes, but we would need to rethink the Cocoon build/releases cycles to
simplify the installation...
But we first need to know if we want to broaden the user base or the
situation is fine (cocoon is seen as a powerful but difficult product)
-Message d'origine-
De : Alexander Schatten [mailt
Hi,
I'm still using XMLForm with Cocoon 2.1.2 and all things work well.
What is exactly your problem?
Regards
Sylvain
-Message d'origine-
De: Carmona Perez, David [mailto:[EMAIL PROTECTED]
Date: vendredi, 7. novembre 2003 15:02
À: Cocoon (E-mail)
Objet: Is somebody using JXforms?
Nicolas Toper wrote:
for instance I know tons of webdeveloper with no formal training and admin
sys competencies. They use EasyPHP (a great product by the way) to develop
their websites. Why? B/C it's easy to install on windows and for now
definitely easier than Cocoon.
(1) yes, this is an impo
On Fri, 2003-11-07 at 15:03, Carmona Perez, David wrote:
> I would be glad to contribute to the project, but how do I do that?
Long description is at:
http://cocoon.apache.org/community/contrib.html
You did have a CVS checkout already if I remember well? Then it's quite
simple: if you changed a f
Hi all,
I'm trying to write a sitemap fragment which will execute a text search
in a knowledge base product we are using.
The general scheme of the text search is this:
1) From my site, user requests search?text=foo+bar+baz
2) generator requests http:/example.com/interface?Action=CreateSession
Upayavira wrote:
You have included a block that needs the servlet.jar. Copy
servletX_X.jar into WEB-INF/lib and you'll get past that one.
Thanks also for the doc suggestion. It looks good. I'll include it
within the default cli.xconf.
I am glad if it is helpful
so then again; I really have a
Another change I propose in woody-field-styling.xsl is the following:
!
by
!
In this way it's easy to override the presentation format in a CSS file.
David
-Mensaje original-
De: Bruno Dumon [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 07 de noviemb
Hallo all,
I have a question about
writing web services in cocoon, is it possible at all? What is the wsinclude
transformer? How can I find some documentation about it? Has anybody computed
web services in cocoon? I do not mean the integration of web services via soap,
but more computin
Try 'vienna', this is a GUI for databases and I got it to work with
HSQLDB as well... it's simple but effective. It's located on sourceforge
(if I remember correctly).
[EMAIL PROTECTED] wrote:
is there any interface for HSQLDB (comand line, GUI, WEB)?
On Fri, 7 Nov 2003, Meyer, Christian wro
I would be glad to contribute to the project, but how do I do that?
David
-Mensaje original-
De: Bruno Dumon [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 07 de noviembre de 2003 14:23
Para: [EMAIL PROTECTED]
Asunto: Re: Woody error summary
On Fri, 2003-11-07 at 11:44, Carmona
Laurent Trillaud wrote:
>
> Yes, it's why at the beginning I protected my page with both
> applications to have the portal generator still access to the auth
> context and have the action to access to the myapp context.
> But it was the same, I got a NPE.
> Thanks for your help.
> Laurent
>
>
Hi all,
I was a previous user of XMLForms
and find it is deprecated and in addition my old code doesn't work well (it
doesn't set form data).
On the other hand, Woody seems
promising, but is still under development and unfinished.
Are there any people using Woody
successfully in
hi there,
thanx its now working...
ashish
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes, it's why at the beginning I protected my page with both
applications to have the portal generator still access to the auth
context and have the action to access to the myapp context.
But it was the same, I got a NPE.
Thanks for your help.
Laurent
HERE
HERE
Nice! May need a little tweak, since it's primarily focussed on the
deployment aspect, but build and deploy have enough in common.
> -Original Message-
>
> Check out:
> http://wiki.cocoondev.org/Wiki.jsp?page=Blocks
> for a description of what is planned. You'll see a lot of useful
> fun
is there any interface for HSQLDB (comand line, GUI, WEB)?
On Fri, 7 Nov 2003, Meyer, Christian wrote:
> okay.
>
> menu is the navigation bar.
> right = permission
>
> Sorry for my bad englisch, neeeds practice. :)
>
> is it possible to give the nuke mails this prefix [nuke] ???
> so i coul
Reinhard Poetz wrote:
I've watched this, again, and again, and again. No two people
can agree
on what they need and what they don't. It is simply not possible to
identify a few tailored blocks.properties, as there are just so many
relevant combinations.
I haven't follow this tread very cl
You have included a block that needs the servlet.jar. Copy
servletX_X.jar into WEB-INF/lib and you'll get past that one.
Thanks also for the doc suggestion. It looks good. I'll include it
within the default cli.xconf.
Regards, Upayavira
Alexander Schatten wrote:
So next iteration,
again a ne
I'd be happy to join. I will travel form Lausanne, like Bertrand, and would
prefer meeting in Berne.
Olivier
> -Message d'origine-
> De : Bertrand Delacretaz [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi, 7. novembre 2003 10:33
> À : [EMAIL PROTECTED]
> Objet : Re: Zurich dinner? (was Re:
okay.
menu is the navigation bar.
right = permission
Sorry for my bad englisch, neeeds practice. :)
is it possible to give the nuke mails this prefix [nuke] ???
so i could sort them better in my mailfolder.
regards cham
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT
Check out:
http://wiki.cocoondev.org/Wiki.jsp?page=Blocks
for a description of what is planned. You'll see a lot of useful
functionality is planned.
Regards, Upayavira
Tim Holloway wrote:
Dependencies between blocks are a relatively new thing - at the moment
we've just dealt with it with co
Alexander Schatten wrote:
Thank you again for feedback; some comments though:
Upayavira wrote:
Dependencies between blocks are a relatively new thing - at the
moment we've just dealt with it with comments in the
blocks.properties file, which is not ideal, but better than not
telling anyone at
So next iteration,
again a new exception...
Upayavira wrote:
(3) it works in "normal" cocoon mode fine as ever.
As a servlet, you mean?
yes, precisely.
t's hope so, or maybe the docs could be extended. - the person who
knows something best isn't always the best person to write user docs!
so,
Paul Crabtree wrote:
>
> Hi,
>
> I'm trying without success to get at the context data set as xml within
> the authentication framework while im inside a JXTemplate.
>
> i've tried the following:
> ${context.authentication.ID}
>
> and this just gives me the Tomcat session ID (i think):
> ${ses
Laurent Trillaud wrote:
> -Original Message-
> From: Laurent Trillaud [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 07, 2003 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: RE : [portal] NPE when using more than 1 applications
>
>
> Ooops, you're right. It's
> Caused by: java.lang.NullPo
> Dependencies between blocks are a relatively new thing - at the moment
> we've just dealt with it with comments in the blocks.properties file,
> which is not ideal, but better than not telling anyone at all.
Well, this is Cocoon. Would it be presumptuous to suggest that the core
block relati
On Fri, 2003-11-07 at 14:20, Marcin Okraszewski wrote:
> Hi.
> I have problem with encoding of Woody webforms. I tried registration
> sample and when I write non-us characters the form comes refilled with
> two strange singns instead of one I've inputed ("coÅ" is converted to
> "coÃâ").
>
> How
On Fri, 2003-11-07 at 11:44, Carmona Perez, David wrote:
> Here is a custom version of woody-samples-styling.xsl, I made that
> think can be of general interest:
>
>
>
> I've added the new tag that show a summary of
> errors that may have happened, and can be embedded inside the
> tag.
>
>
This is an encoding problem. It seems UTF-8 interpreted as the Western encoding
(sorry I don't remember its name)
David
-Mensaje original-
De: Marcin Okraszewski [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 07 de noviembre de 2003 14:21
Para: [EMAIL PROTECTED]
Asunto: Woody
I completely agree. I'm a fairly new Cocoon user and it took me a while to
get used to it...
Besides, look at MySQL or JBoss: they try to have an easy install process.
Even Microsoft is doing it too...
I think it's good to smooth the installation process for a new user. The
easiest it is, the mos
Thanks Bruno,
We could have both of them, for greater flexibility. It makes sense to have errors
that apply to the full form, and don't need to be shown next to a field..
David
-Mensaje original-
De: Bruno Dumon [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 07 de noviembre de
I'll answer both your questions in one mail:
> Please, how can the validator show an error message to the end user?
Good point. Field widgets have a setValidationError() method you can
use. However, only field widgets have this method, not other types of
widgets. We should add this to all widgets
Hi.
I have problem with encoding of Woody webforms. I tried registration
sample and when I write non-us characters the form comes refilled with
two strange singns instead of one I've inputed ("coÅ" is converted to
"coÃâ").
How to manage with this?
Regards,
Marcin Okraszewski
--
Thank you again for feedback; some comments though:
Upayavira wrote:
Dependencies between blocks are a relatively new thing - at the moment
we've just dealt with it with comments in the blocks.properties file,
which is not ideal, but better than not telling anyone at all.
yes, but unfortunately
On Fri, 7 Nov 2003 [EMAIL PROTECTED] wrote:
> On Fri, 7 Nov 2003, Meyer, Christian wrote:
>
> > we have the structure for the menu and the rights for that. its separated in
>
> i can image what do you mean when you are talking about right, but not
> about menu?!
image --> imagine
>
> --stavr
> I've watched this, again, and again, and again. No two people
> can agree
> on what they need and what they don't. It is simply not possible to
> identify a few tailored blocks.properties, as there are just so many
> relevant combinations.
I haven't follow this tread very close but maybe a
On Fri, 7 Nov 2003, Meyer, Christian wrote:
> we have the structure for the menu and the rights for that. its separated in
i can image what do you mean when you are talking about right, but not
about menu?!
--stavros
> rights - groups and users. that would be our first part for the project.
>
we have the structure for the menu and the rights for that. its separated in
rights - groups and users. that would be our first part for the project.
cham
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Freitag, 7. November 2003 14:05
To: '[EMAIL PROTECTED]'
Sub
On Fri, 7 Nov 2003, Meyer, Christian wrote:
> what do you think about the built-in HSQLDB ?
why not but what about the database structure, whe have to design a new
structure from scratch or use a ready one (post-nuke)
--stavros
>
> should we open a new project on sourceforge? what name? quest
Alexander Schatten wrote:
Upayavira wrote:
Alexander,
There are a whole host of reasons why we only distribute a source
version at present. When we get on with implemening cocoon blocks,
all will change. For the time being, a source distribution is what
we've got. (Reason for source distribut
what do you think about the built-in HSQLDB ?
should we open a new project on sourceforge? what name? questions,
questions, questions
PS: It's my first OS project, what i would start with.
cham
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Freitag, 7. Novemb
Ooops, you're right. It's
Caused by: java.lang.NullPointerException
at
org.apache.cocoon.portal.profile.impl.AuthenticationProfileManager.loadP
rofile(AuthenticationProfileManager.java:123)
at
org.apache.cocoon.portal.profile.impl.AbstractUserProfileManager.getPort
alLayout(Abstract
Upayavira wrote:
Alexander,
There are a whole host of reasons why we only distribute a source
version at present. When we get on with implemening cocoon blocks, all
will change. For the time being, a source distribution is what we've
got. (Reason for source distribution: it is the only simple
I don't know about the SourceWritingTransformer and its usage, but a NPE is
never the users fault in general. If you can provide more info like a stack
trace, it will be easier for us to investigate.
Joerg
David Geleyn wrote:
Hi,
I'm trying to replace an attribute with the source
writing trans
i'm interest
my idea is to start building something on a ready database taken from
post-nuke (for example)
-- stavros
On Fri, 7 Nov 2003, Meyer, Christian wrote:
> Hi there,
>
> we can volunteer an complete group/right based menu tree. I think that would
> be one of the first actions for
Is possible to protect the FOPSerializer generated pdf files ?
protect means:
- no printing
- no changing the document
- etc.
Thanx
Marius
--
"Why program by hand in five days what you can spend five years of your life
automating." - Terence Parr
---
Hi all,
Does anybody know how to can the
Rhino _javascript_ debugger be aware of source file changes?
The only solution I know is to
restart the servlet.
Thanks in advance.
David
And also, does anybody know to create a validation error that applies to the full
form, not just a given field.
Thanks in advance for any help.
David
-Mensaje original-
De: Carmona Perez, David
Enviado el: viernes, 07 de noviembre de 2003 11:55
Para: [EMAIL PROTECTED]
Asunto:
Alexander Schatten wrote:
Again thank you for answers, I have still not advanced for one
millimeter, though again trying for some long time...
the details:
Upayavira wrote:
I believe this () is now fixed in CVS. is a new feature
that allows you to process groups of uris, having independant
Bruno,
Please, how can the validator show an error message to the end user?
David
-Mensaje original-
De: Bruno Dumon [mailto:[EMAIL PROTECTED]
Enviado el: jueves, 06 de noviembre de 2003 17:54
Para: [EMAIL PROTECTED]
Asunto: Re: Woody custom validation
On Thu, 2003-11-06 at 17
Michael Wechner wrote:
I read a file (generate), send it through an XSLT (transform) and then
use the type="write-source" transformer, e.g.
the problem is that during the first transformation (foo.xsl) the
DOCTYPE (DTD) is being "lost" and is missing
I read a file (generate), send it through an XSLT (transform) and then
use the type="write-source" transformer, e.g.
the problem is that during the first transformation (foo.xsl) the
DOCTYPE (DTD) is being "lost" and is missing after the source
trans
From: Christofer Dutz
> Hi,
>
> I am having some trouble here. I am the sitemap to use parts of the
> requested url as parameter for an xslt transformation. First
> everything
> worked fine (mabe becaus that browser used the ISO-8859-1
> charset), but
> with the newer browsers I am having p
[EMAIL PROTECTED] wrote:
> It's hard to give figures but my guess is that there are *lots* of
> silent users.
Absolutely. Cocoon is appearing in job specifications more often based upon the few
that I get. For example I was asked recently whether I want to work for a Soho based
publisher who us
Hi,
I am having some trouble here. I am the sitemap to use parts of the
requested url as parameter for an xslt transformation. First everything
worked fine (mabe becaus that browser used the ISO-8859-1 charset), but
with the newer browsers I am having problems with URL-encoded umlauts.
How can
[EMAIL PROTECTED] wrote:
I'd love to meet more cocoon developers but being a Londoner without much spare time I can't make it to Zurich.
btw, there are now 5 times a day EasyJet from London -Zurich - London
for Euro 101 ;-)
In case anyone wants UK based Cocoon meetings then give me a shout.
A
Hi there,
we can volunteer an complete group/right based menu tree. I think that would
be one of the first actions for an nuke system. Is there still interest in
this idea? How we start?
Regards cham
Christian A. Meyer
Software Development
GODYO AG
Prüssingstraße 35
D-07745 Jena
e-mail: [EMAIL
Justin Fagnani-Bell wrote:
Only actions can set sitemap parameters, which is how you would set the
src attribute. If you can write a simple action that will create your
URL and place it in the sitemap parameters then you should try that. I
don't know another way to do it. I've never used flowsc
Alexander,
There are a whole host of reasons why we only distribute a source
version at present. When we get on with implemening cocoon blocks, all
will change. For the time being, a source distribution is what we've
got. (Reason for source distribution: it is the only simple way to allow
a us
Volker Buchenau wrote:
Are there any ways I can influence the names
and links of and in offline pages that are
generated through CLI?
As far as I understand, not at present, but it could be added.
Especially I want the parameters I attached to
the URL to go away: ?param1=value¶m2=value.
These
1 - 100 of 118 matches
Mail list logo