HTTP 404 error and sitemap setting

2002-03-08 Thread Mamadou Bobo Sylla
Hello to all, I am using Tomcat4 and cocoon2. I am having the following structure: /cocoo/sic/ contains voice-email.xsl voice-exam-result.xsl and /cocoo/sic/xsp/ contains voice-email.xml voice-exam-result.xml Here is my sitemap entries for both voice-email.xml and voice-exam-result.xml

RE: HTTP 404 error and sitemap setting

2002-03-08 Thread Mamadou Bobo Sylla
[EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - -Original Message- From: Mamadou Bobo Sylla [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 5:33 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: HTTP

Re: problem with xml document() function

2001-09-13 Thread Mamadou Bobo Sylla
-each select=$menu//standard-link tr TD height=18 bgcolor=#D5D9E1 width=135 A HREF={@href} b font size=1 color=#00 xsl:value-of select=@value/ /font /b /A /TD /tr /xsl:for-each /xsl:template Regards, Joerg Mamadou Bobo

problem with xml document() function

2001-09-12 Thread Mamadou Bobo Sylla
Hello people. I am having problem using document(). Here is the situation: My menu.xml and remove-user.xml are in the same directory. I don't get any result when I call menu.xml inside remove-user.xsl by using document(menu.xml). If I try document('menu.xml','/C:/cocoon/xml/admin'), only

Re: can't output text before document element

2001-09-06 Thread Mamadou Bobo Sylla
instead of xsl:template match=/ you could try xsl:template match=page and see whether this can solve the problem. I had similar problem when I used xsl:template match=/, I solveed the problem by remplacing / by the root element of my XML in the match attribute of my xsl:template. Bobo, -

Re: Dynamic stylesheets (Newbie question)

2001-08-21 Thread Mamadou Bobo Sylla
--- Kevin Ashworth [EMAIL PROTECTED] wrote: I currently have two XML documents, object-view.xml and object-edit.xml. Both are identical except for one word in one line. Since the two are identicals except for one line (by one word), I guess you don't need two XML as you don't need two XSL

XSP: Type and Identifier errors

2001-08-19 Thread Mamadou Bobo Sylla
Hello, I am receiving this error: java.lang.Exception: XSP Java Compiler: Compilation failed for _newUser.java 72: Type expected. Class.forName(org.gjt.mm.mysql.Driver).newInstance(); ^ 240: Identifier expected. xspParentNode = xspCurrentNode; -^ The ligne 72:

XSP - Identifier expected : xspParentNode = xspCurrentNode

2001-08-19 Thread Mamadou Bobo Sylla
This is the error message I keep receiving: 31: Identifier expected. xspParentNode = xspCurrentNode; ^ I am using Tomcat3.2.1 cocoon1.8.2 My code is: ?xml version=1.0? ?cocoon-process type=xsp? ?cocoon-process type=xslt? ?xml-stylesheet href=../../userFactory.xsl type=text/xsl?

java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
I am using Tomcat 3.2.1 integrated with cocoon-1.8.2 I have succesfully testedall the cocoonsamples except XSP examples. I am always getting :java.lang.NoClassDefFoundError: sun/tools/javac/Main I have already the JDK_HOM/lib/tools.jar on my systemclasspath (through autoexec.bat). I have

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
, July 26, 2001 8:30 PM Subject: Re: java.lang.NoClassDefFoundError with XSP I believe you missed reading documentation :-) --- Mamadou Bobo Sylla [EMAIL PROTECTED] wrote: I am using Tomcat 3.2.1 integrated with cocoon-1.8.2 I have succesfully tested all the cocoon samples except XSP

Still having java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
The same error is persisting(ref to message title and my first message atthe bottom).I am pasting here the content of my autoexec.bat and tomcat.bat in theexpectation that, this may help to discover the mistake. As I had pointedout, all the cocoon samples are working except XSP.Please

Help:Cocoon producer and Tomcat

2001-07-25 Thread Mamadou Bobo Sylla
Hello everyone, I am trying to run the Producer code (Dummy producer) which comes with Cocoon . I have compiled the source code ( source code of DummyProducer) and placed it in webapps/MyAppli/web-inf/classes .My aim is to test whether Cocoon can discover any Producer class in that folder as

Help:Cocoon and servlet

2001-07-24 Thread Mamadou Bobo Sylla
Hello everyone, I am trying to test some the code examples from Apache . When I call the xml page countries.xml through bowser, it works fine being processd by page.xsl. But I want countries.xml to be processed after a resquet to a servlet. For that purpose I have writtent a servlet called Test