Tony Collen wrote:
&snip;
Does anybody know if commons-httpclient has changed recently?
It looks like a bit of stuff that the WSPG uses is currently marked as
deprecated in commons-httpclient, which could be the cause of our
problems here. I'll put working on this on my plate ASAP.
Tony
-
> A year?! Yoink. I had some mods to the WSPG a while ago and I know it
> was working correctly. I
> don't think they were that long ago, though.
Sorry, I didn't mean to imply that it had been completely broken for a year,
but just that for whatever reason it has never been up to snuff for what
Lenz, Evan wrote:
I have been periodically scanning the list for almost a year, hoping that
someone would take this bull by the horns, i.e. wsproxy in general. At SU
Law, we are currently supporting legacy ASP pages through use of the
HTMLGenerator and hard-coded GET params in sitemap.xmap. I have
L PROTECTED]
> Sent: Tuesday, July 01, 2003 12:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: problem with WebServiceProxyGenerator
>
> Joerg Heinicke wrote:
> > There seems to be a real problem with WebServiceProxyGenerator:
> >
> > http://www.mail-archive.com/[EM
Joerg Heinicke wrote:
There seems to be a real problem with WebServiceProxyGenerator:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg27925.html
Yeah, It's looking that way :(
I've noticed posts from other people asking about this, too -- no replies.
I'm a little short on time
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 wor
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 it throws an IllegalArgumentException "host parameter is null". the configuration is quite simple and should be correct - as far as the documentation is u
Title: problem with WebServiceProxyGenerator
Hello out there,
I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't work, instead it throws an IllegalArgumentException "host parameter is null". the configuration is quite simple a
> INSERT INTO FavouritesBasketSession(SessionID,
> URL) VALUES('', ' name="relative-url"/>');
>
>
>
>
>
> When I access "some_page.xsp?webaction=add_to_favourites_session", the
> template
ect2/N8090.html#d8123e583
Solution (if that is the problem, which is not sure at all):
Most xsl processor have a "node-set" or "nodeset" function which is an
extension of the xsl specification. For xalan it's xalan:nodeset, but you've
got some for saxon or xt. (beware,
When I access "some_page.xsp?webaction=add_to_favourites_session", the
template is executed: the is created, but what is inside
the *isn't* executed, which suggests that there is a problem with
the . For information, displaying the variable's content
with works (
Hi,
I've setup an Apache / Tomcat / Cocoon integrated configuration. Fortunately
the Apache / Tomcat part works pretty well, but I'm facing problems with the
Cocoon part...I think it's redirection problem as my servlets are served
well, but when I try to access a .xml file it simp
Isn't it a serios bug if you can't use xhtml-documents as a source? Why isn't it
possible to configure the file-generator to not include the DTD?
/Joel
> solution was provided. Is following simple solution an option for you?
>
> Add a to the pipeline.
> The copy.xsl looks like following:
>
>
Sorry for my precipitate posting. I've solved the problem :-) My smpt host
was the problem, sorry. I was offline and the new IP address was not allowed
to give mails to my smpt host.
Although I don't understand why there was no log file entry?
Markus
-Ursprüngliche Nachrich
Hi all,
I try to get the sendmail logicsheet running within a xsp page, but it
doesn't work :-(
I followed the instruction under
http://wiki.cocoondev.org/Wiki.jsp?page=SendingEmail and put the following
code in my xsp page:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
test
On 26.Jun.2003 -- 10:04 AM, Dmitry Diskin wrote:
> Hello
>
> I noticed that if I insert any tag between closing and
> opening - nothing works. Is it a known situation and
> documented somewhere?
>
> Example below doesn't work:
>
>
> mypool
>
>
> select * from somet
Hello
I noticed that if I insert any tag between closing and
opening - nothing works. Is it a known situation and
documented somewhere?
Example below doesn't work:
mypool
select * from something
some data here
let through.
Joerg
Joel Ekstrand wrote:
I have problems reading xhtml-files. The problem occours when I have a
DTD specified. I tried this just to see what is going on:
I then request test.xml and I have a file like this in documents/test.html:
http://www.w3.org/TR/xhtml1
Chris,
That was it, thank you for the help. All of you that helped thank you.
Tim Bachta
-Original Message-
From: Christian Haul [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 10:56 AM
To: [EMAIL PROTECTED]
Subject: Re: esql:query problem
On 25.Jun.2003 -- 10:48 AM, Tim
On 25.Jun.2003 -- 10:48 AM, Tim Bachta wrote:
> Well I tried that and no error, the only problem is I get no results
> either. I was looking at the example that I am working from
Maybe you need to add the needs-query attribute. Some drivers don't
like it if a CallableStatement is j
Well I tried that and no error, the only problem is I get no results
either. I was looking at the example that I am working from
http://cocoon.apache.org/2.1/userdocs/xsp/esql.html#Stored+Procedure+Sup
port
And it uses the call-results tag as well as the use-results tag. I
guess this may be bad
On 25.Jun.2003 -- 10:32 AM, Tim Bachta wrote:
> My code now looks like this w/out the tag:
>
> {call rptLocationDeviations( type="Int">number, direction="in" type="String">room,
> type="String">beginTime,
> type="String">endTime)} >
>
> (ResultSet) from-call="true"/>
Sorry, I should have bee
():
org.apache.avalon.framework.CascadingRuntimeException: Error getting
ascii data for column 1
We may be getting closer? Thanks for all the help.
Tim Bachta
-Original Message-
From: Christian Haul [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 10:20 AM
To: [EMAIL PROTECTED]
Subject: Re: esql:query problem
On 25
On 25.Jun.2003 -- 09:53 AM, Tim Bachta wrote:
> Here is my code in plain Java:
> CallableStatement stmt = con.prepareCall("{call
> rptLocationDeviations(?,?,?,?)}");
> stmt.setInt(1, 199);
> stmt.setString(2, "Rm 130 B");
>
:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 10:11 AM
To: [EMAIL PROTECTED]
Subject: Re: esql:query problem
Guessing a little; should it be little case int instead of Int at
esql:parameter direction="in"
type="Int">number
-Roger
- Original Message -
Fro
Guessing a little; should it be little case int instead of Int at
esql:parameter direction="in"
type="Int">number
-Roger
- Original Message -
From: "Tim Bachta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 10:53 AM
Forgot to add that I am getting an invalid parameter bindings error from
cocoon.
Tim Bachta
(913)693-0538 Office
(913)486-5213 Mobile
-Original Message-
From: Tim Bachta
Sent: Wednesday, June 25, 2003 9:53 AM
To: [EMAIL PROTECTED]
Subject: RE: esql:query problem
Here is my code in
there, granted it is a little confusing to
look through since the formatting is not the greatest.
Thanks for the help.
Tim Bachta
-Original Message-
From: Christian Haul [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 7:37 AM
To: [EMAIL PROTECTED]
Subject: Re: esql:query probl
On 24.Jun.2003 -- 08:48 AM, Tim Bachta wrote:
> Here is what I am trying, I am getting an invalid parameter bindings
> error, do I need to register the out parameters?
Yes -- unless your driver returns a result set. This is highly
dependent on the jdbc driver :-(
If you know how to do it in pl
I have problems reading xhtml-files. The problem
occours when I have a DTD specified. I tried this just to see what is going
on:
I then request test.xml and I have a file like this
in documents/test.html:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http:
Thanks for the information.
Upayavira <[EMAIL PROTECTED]> wrote:
> What may be the cause of following ??> Opening database: C:\Program Files\Apache Group\Tomcat> 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running> Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
> What may be the cause of following ??
> Opening database: C:\Program Files\Apache Group\Tomcat
> 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running
> Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
That is the HSQL database starting up that is integrated into
gt;I am able to access localhost:8080/cocoon/ from my browser.>>Does that mean my install is working correctly ?Yes. What made you think you had a problem to begin with?Geoff -To unsubscribe, e-mail: [EMAIL PROTECTED]For a
gt;I am able to access localhost:8080/cocoon/ from my browser.>>Does that mean my install is working correctly ?Yes. What made you think you had a problem to begin with?Geoff -To unsubscribe, e-mail: [EMAIL PROTECTED]For additi
At 09:39 AM 6/24/2003, you wrote:
I am able to access localhost:8080/cocoon/ from my browser.
Does that mean my install is working correctly ?
Yes. What made you think you had a problem to begin with?
Geoff
-
To unsubscribe
On Tuesday, June 24, 2003, at 09:39 AM, Gururaja H wrote:
I am able to access localhost:8080/cocoon/ from my browser.
Does that mean my install is working correctly ?
It's certainly a good indication, but I wouldn't say it was working
correctly without testing everything. Go through the examp
Message-
From: Michael Raffenberg [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2003 7:25 PM
To: [EMAIL PROTECTED]
Subject: AW: esql:query problem
Hi Tim,
did you try the Tag?
Here you find a introduction:
http://cocoon.apache.org/2.1/userdocs/xsp/esql.html#Stored+Procedure+Sup
port
I am able to access localhost:8080/cocoon/ from my browser.
Does that mean my install is working correctly ?
David Crossley <[EMAIL PROTECTED]> wrote:
Gururaja H wrote:>> I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18> on Windows 2000(on Sun J2SDK 1.3.1_08. I have
Hi,
I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18
on Windows 2000(on Sun J2SDK 1.3.1_08. I have down loaded the prebuilt binaries and
copied the cocoon.war to %CATALINA%\webapps directory.
When I start the Tomcat I get the following message:
C:\Program Files\Apache Group\Tomcat
liche Nachricht-
> > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Gesendet: Montag, 23. Juni 2003 22:55
> > An: [EMAIL PROTECTED]
> > Betreff: esql:query problem
> >
> >
> > I am attempting to call a stored procedure using esql:query.
> > O
; An: [EMAIL PROTECTED]
> Betreff: esql:query problem
>
>
> I am attempting to call a stored procedure using esql:query.
> Other stored procedures work using this so it is not a
> connection issue. I have narrowed down the issue to being
> the procedure itself. I am selecting dat
data sets. I need to use the temp tables there
is no way around it. The problem is the stored procedure will not
return a result set in cocoon because it sees the insert statement then
stops thinking there is not a result set. My code from my xsp is below,
if anyone has any information about why
not have spaces, etc...), to
no avail.
Does anyone have any insight into this problem? It looks like a jar hell
type
situation. What did Forrest do to make it work?
Below is the non-blank version of the screen which comes up when I replicate
the contents of common/endorsed (i.e. xalan-20030506
After having unset these exclude properties I tried "build samples" and
starting up "cocoon servlet". I had nothing but problems with the resultant
samples. Almost none of the links worked. I am in the process of rebuilding
after doing a "build clean"...
Very little difference. Almost everything re
8 PM
> To: [EMAIL PROTECTED]
> Subject: problem with properties and ant
>
>
> I guess my problem is that the samples are not getting built. I tried
> modifying the local.build.properties file and comment out the
> exclude.webapp.samples property, but since this is defined in su
I guess my problem is that the samples are not getting built. I tried
modifying the local.build.properties file and comment out the
exclude.webapp.samples property, but since this is defined in subsequently
loaded properties, this clearly doesn't help. I tried changing the value
from true
I user SQL transformer also to insert (and update) datasets in the
database, as this is rather handy. It works basically fine, but today it
took me hours to figure out one problem. (Cocoon 2.04)
I use
http://apache.org/cocoon/SQL/2.0";>
statements with an INS
Hello,
I've downloaded cocoon a month ago and it's good but
hard.
I've a problem when trying to adapt the "protected" tutorial
to my application.
here is
Hi,
I have a really strange problem when using svg
inside the tag.
When I don't use cocoon to serve the following page
everything is fine and I get
an alert, but when cocoon serves the page the
_javascript_ fails at getSVGDocument
(or getSvgDocument).
Here is my simple html
Hi,
I can't get the WebServiceProxyGenerator neither the sample nor any test I can imagine.
It always fails with the same error :
org.apache.cocoon.ProcessingException: Error invoking remote service:
java.lang.IllegalArgumentException: host parameter is null:
java.lang.IllegalArgumentException:
Hallo!
Using Cocoon 2.03
I try to pass request paramaters directly to stylessheets configuring
the Trax-Transformer like
true
In most of the cases this works well. However when I use an input field
with a submit button like
the request parameter "SearchString" seems to be only
Did you add to the section in the root
sitemap?
> -Original Message-
> From: Peter Klotz [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 18. Juni 2003 11:48
> To: [EMAIL PROTECTED]
> Subject: Cocoon 2.1 migration problem with sub-sitemap
>
>
> Hi,
>
> I ha
Hi,
I have migrated a sub-sitemap from Cocoon 2.0.4 to 2.1m3.
With 2.0.4 everything worked fine, now with 2.1 I only get empty pages.
The reason seems to be that the sub-sitemap in cocoon/sims is never
really called. Whenever I call a URL with sims/something I get empty
page with NO errors altho
I'm
using the 2.0.4 version of cocoon.
and i
want ot protect my pages. I'm using the sunRise module to do this i folowed
the exemple on this page : http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html
when i
want to access on a page which is protected by
2.0.4 on tomcat-4.1.24Geoff Howard <[EMAIL PROTECTED]> wrote:
2.1 or 2.0?At 02:13 AM 6/16/2003, you wrote:>Hi all>>I want to use sth like this in my sitemap>> > > >src=""> label="xml"/>> > > >>and I define this in sitemap
enerators
logger="webapp.wsproxy"/>
but the problem is it couldn't find
org.apache.cocoon.generation.WebServiceProxyGenerator
should I add any extra jar to my cocoon lib? or anything else?
thanks in advance
azam
-
Hi *!
I'm using websphere 4.1.1 and cocoon 2.1 M2
Does anybody know what's wrong with my configuration - Im getting this
errormessage in the stdout each time a url is called:
[16.06.03 12:53:37:253 GMT+02:00] 5928cda1 WebGroup I SRVE0091I:
[Servlet-Protokoll]: WARN(2003-06-16) 12:53.37
Hi all
I want to use sth like this in my sitemap
src=""http://www.example.com/rss091.xml">http://www.example.com/rss091.xml" label="xml"/>
and I define this in sitemap generators
logger="w
Hi,
I'm a newbie & am having problems (among other) using the session attribute
selector
for which neither documentation nor samples exist to my knowledge.
I'm using JVM 1.4, cocoon 2.1m2 and Tomcat 4.1.24
My declaration runs as follows:
my code snippet runs as follows:
Hi,
I have a xml data and a style
sheet, everything is working properly, the I put my xml data on a remot server, I changed my sitemap.xmap
and pointed to the xml file with an URL, now I am just getting all the text in
the xml file, cocoon ignores the roles which I wrote in the style sh
have vm14 or vm12 -
excalibur
datasource jar may be the only one.
HTH,
Geoff
-Original Message-From: Anne Kwong
[mailto:[EMAIL PROTECTED]Sent: Wednesday, June 11, 2003
8:44 PMTo: [EMAIL PROTECTED]Subject: Re:
problem with setting up cocoon in webLogic
Hi Geoff,
I downloaded
Hi Geoff,
I downloaded the binary version and follow the instruction that they have on the website for weblogic 6.0.
Should I build from source from your opinion?
Thanks,
AnneGeoff Howard <[EMAIL PROTECTED]> wrote:
And did you build from source? What instructions did you follow toset up the c
And did you build from source? What instructions did you follow to
set up the cocoon servlet?
Geoff
At 09:55 AM 6/11/2003, you wrote:
I am using Cocoon 2.0.4. From the webLogic log, there is no error message..
Anne
Geoff Howard <[EMAIL PROTECTED]> wrote:
Actually, in this case the errors are p
you probably need to add some jars in your classpath:
put the xerces in your startWeblogic.cmd
set CLASSPATH=%CLASSPATH%;C:\Log4J\log4j-1.2.8.jar
set CLASSPATH=%CLASSPATH%;C:\Xerces\xerces_1_4_4.jar
set CLASSPATH=%CLASSPATH%;C:\libraries\webAF\webAF.jar;
--
I am using Cocoon 2.0.4. From the webLogic log, there is no error message..
AnneGeoff Howard <[EMAIL PROTECTED]> wrote:
Actually, in this case the errors are probably in WebLogic's logs, not in WEB-INF/logs. Did you build from source? Which version of Cocoon?GeoffAt 02:41 AM 6/11/2003, you wrot
Actually, in this case the errors are probably in WebLogic's logs, not in
WEB-INF/logs. Did you build from source? Which version of Cocoon?
Geoff
At 02:41 AM 6/11/2003, you wrote:
Could you please post errors from the log files? They should be in your
cocoon web app directory under WEB-INF/log
Hi
I am using webLogic 7. Does anyone know how to get cocoon to work under weblogic 7? Any help or hint will be greatly appreciated.
Thanks,
Anne
Alexandre Victoor <[EMAIL PROTECTED]> wrote:
What version of weblogic are you using? If I am not wrong, Cocoon2 works under weblogic 6.1 sp4 but no
Brilliant, thanks Chris.
To summarise, this:
if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) {
14
} else {
1
}
should be:
((fGraphPtLabel != null) &&
xspAttr.clear();
this.contentHandler.endElement(...);
So first templates are applied for all your s. And
second the rest including . This is of course completely
buggy, but I don't know how to fix it without breaking existing stuff.
The problem is, that you are creating the attribu
On 11.Jun.2003 -- 10:27 AM, Christian Haul wrote:
> On 11.Jun.2003 -- 08:43 AM, Derek Hohls wrote:
> >
> >> name="label">fGraphPtLabel
> >
> > if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) {
> >
> > 14
> > } else {
> >
On 11.Jun.2003 -- 08:43 AM, Derek Hohls wrote:
>
> fGraphPtLabel
>
> if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) {
>
> 14
> } else {
> 1
> }
>
Can'
Andreas
Yes, the Java code generated does not seem to reflect
my *intent* in the XSP (see below) ie. the attributes
have been moved outside of the "if" test for some reason
- any ideas how to create a more appropriate code set??
xspAttr.addAttribute(
"",
"label",
"label"
Hi Derek,
Derek Hohls wrote:
Hi
Can someone explain what is wrong with
the following code:
fGraphPtLabel
if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) {
14
} else {
1
}
What version of weblogic are you using? If I am not wrong, Cocoon2 works
under weblogic 6.1 sp4 but not under weblogic 6.1 sp2...
Alex
Anne Kwong wrote:
Dear all,
I followed the instruction and is able to set up the CocoonServlet on
weblogic. However, when I tried to bring up localhost:7001/c
Dear all,
I followed the instruction and is able to set up the CocoonServlet on weblogic. However, when I tried to bring up localhost:7001/cocoon/, I am getting the following error:
type fatal
message Cocoon was not initialized.
description Cocoon was not initialized. Cannot process request.
s
Hi
Can someone explain what is wrong with
the following code:
fGraphPtLabel
if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) {
14
} else {
1
}
Gives an output of:
Could you please post errors from the log files? They should be in your cocoon
web app directory under WEB-INF/logs. The error.log usually has something
useful, but I would look in core.log for this type of error.
David
Anne Kwong wrote:
Dear all,
I followed the instruction and is
Dear all,
I followed the instruction and is able to set up the CocoonServlet on weblogic. However, when I tried to bring up localhost:7001/cocoon/, I am getting the following error:
type fatal
message Cocoon was not initialized.
description Cocoon was not initialized. Cannot process request.
performance boost. No problem getting it to work in
Tomcat. I dropped the xsltc.jar from the Xalan distro
in WEB-INF/lib and added the following to the sitemap:
logger="sitemap.transformer.xslt"
src="org.apache.cocoon.transformation.TraxTransformer"
pool-max="32&qu
I running some pretty large XSLT transformations
through Cocoon and want to use XSLTC for the
performance boost. No problem getting it to work in
Tomcat. I dropped the xsltc.jar from the Xalan distro
in WEB-INF/lib and added the following to the sitemap:
false
false
ource org.apache.avalon.excalibur.datasource.NoValidConnectionException: No valid
JdbcConnection class available
After I restart Tomcat it runs fine. Any ideas what the problem is?
Win2000
Tomcat 4.0.6
Cocoon 2.1-dev
Thanks,
Paul
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
> Have you enabled the "link view" for all the pages you want to crawl?
>
> HTH
>
> Michael
Yes I have ... and a content view ... but even pages from the same pipeline
may be crawled or NOT crawled.
-
To unsubscribe, e-mail: [EM
Hi Enrico,
I have the same problem. I have tried using the similar approach that
you
have taken but seems something is wrong in copying into the database.
The
tags disappear in the database even if they are in the log file before
sql
transformer.
Any help would be greatly appreciated.
Best
Conal Tuohy wrote:
I'm creating a Lucene index using an XSP based on the sample, but I have a strange problem.
Some of the pages are crawled, but some are not crawled, and I can't see why.
I have DEBUG logging for the core.search components, so I can see the crawler crawling the s
I'm creating a Lucene index using an XSP based on the sample, but I have a strange
problem.
Some of the pages are crawled, but some are not crawled, and I can't see why.
I have DEBUG logging for the core.search components, so I can see the crawler crawling
the site. I can see i
On 05.Jun.2003 -- 04:45 PM, Majcen, Kurt wrote:
> Hi all!
>
> We are trying to validate input fields in a web user interface via the
> form-validator action. One of the fields is a date field. Therefore we found a
> regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which
Hi all!
We are trying to validate input fields in a web user interface via the form-validator
action. One of the fields is a date field. Therefore we found a regular expression at
http://www.regxlib.com/REDetails.aspx?regexp_id=113 which covers the aspects we are
looking for:
^(?:(?:31(\/|-|\.
Thanks for the advice.
In the meantime we tried with jakarta-regexp-1.3-dev.jar which seems to work now.
Kurt
-Ursprüngliche Nachricht-
Von: Christian Haul [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 05. Juni 2003 17:12
An: [EMAIL PROTECTED]
Betreff: Re: regexp problem
On 05.Jun
Hi
I'm using Cocoon 2.0.4 with Tomcat 4.0.4, Apache 1.3.26 and Java 1.3.1.
After having modified the sunspotdemoportal to perform authentication with a
database instead of with files, I'm trying now to solve the next problem
i.e. how to store user profile and status on the database
Bertrand,
Thank you very much for your help!!! The html encoding was the problem!!! You are
the man!!! I'm just so happy that it works.
Charlene
-Original Message-
From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 3:25 AM
To: [EMAIL PROT
Hello friends,
I've to implant Cocoon in my enterprise (AUSA) and I need a bit of generic
information about it. I Know the product, I think is a great solution, but I
need some study of implantation with contrasted data in a web site migration
to Cocoon, and the economic advantages in maintenance
x27;s
StreamGenerator is used to read your XML from an HTML form field.
Your encoding problem is caused by the StreamGenerator using the wrong
encoding when *reading data* from the form's POST request. To use a
different encoding, you have to change the HTML code of the form,
replacing
example at http://localhost:8080/cocoon/samples/stream/order.
If you add at the top of the default xml
and change Order Id to be Gérer, the next html page will display Gérer
as Order Id. It is doing the same thing to rtf report.
Is it a parser problem? The same xml is parsed correctly in
example at http://localhost:8080/cocoon/samples/stream/order.
If you add at the top of the default xml
and change Order Id to be Gérer, the next html page will display Gérer
as Order Id. It is doing the same thing to rtf report.
Is it a parser problem? The same xml is parsed correctly in
Bla bla bla bla submit a patch bla bla bla bla
-andy
On 6/3/03 8:02 AM, "Alexander Schatten" <[EMAIL PROTECTED]> wrote:
> Conal Tuohy wrote:
>
>> Andrew C. Oliver wrote:
>>
>>
>>
>>> Why not just add a parameter which removes them or not, big
>>> deal. No reason
>>> for Yet Another Class.
At 08:02 AM 6/3/2003, you wrote:
Conal Tuohy wrote:
Why not just add a parameter which removes them or not, big
deal. No reason
for Yet Another Class.
Why provide an _option_ for people to output invalid HTML?
Seriously, isn't it _always_ a bug to output namespaces in the HTML? What
are the use ca
Conal Tuohy wrote:
Andrew C. Oliver wrote:
Why not just add a parameter which removes them or not, big
deal. No reason
for Yet Another Class.
Why provide an _option_ for people to output invalid HTML?
Seriously, isn't it _always_ a bug to output namespaces in the HTML? What
are the use
Le Mardi, 3 juin 2003, à 07:40 Europe/Zurich, Bertrand Delacretaz a
écrit :
...Is the encoding declaration correct in your input XML?
Sorry, didn't notice that this was answered already (but I had two
other messages from the same person at my private address ;-)
-Bertrand
-
ch as "Gére" in
the xml file...
Is the encoding declaration correct in your input XML?
Can you parse it with another tool (XML editor or parser)?
If you can reduce your input to the smallest XML file that causes the
problem, you could post it here so that someone can test it.
Con,
Thanks for your reply. You are right that I should have encoding="ISO-8859-1" in the
prolog. My current xml string doesn't have any declaration in the front. That's
causing the problem.
Thanks again!
Charlene
-Original Message-
From: Conal Tuohy [mailto:[E
1 - 100 of 1986 matches
Mail list logo