[POLL]Anyone using the XML:DB generator stuff?

2001-12-22 Thread Gianugo Rabellino

Ciao,

since last August a couple of generators designed to allow access to 
XML:DB compliant databases were added to the cvs HEAD version of Cocoon: 
they never made into any official release. A few weeks ago support for 
the XML:DB pseudo protocol was added, meaning that access to any XML:DB 
compliant database can be as easy as writing a URL in any sitemap or
include directive.

This new addition makes almost useless the old XMLDBGenerator and 
XMLDBCollectionGenerator classes: before deprecation and remotion takes 
place, I'd like to know is there anyone actively using those components 
and if so if it might be a serious trouble to switch to the new,
much more flexible and XPath-enabled (thanks Vadim!) pseudo-protocol.

Eagerly waiting for your replies...

-- 
Gianugo Rabellino


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




HELP PLEASE:Error loading driver: org.postgresql.Driver "esql.xml"

2001-12-22 Thread Ivan Manuel Andrade Muñoz


Hello All, would like me to wonder like you solved this problem, because me not and been able to solve it. That steps are to carry out to solve it. I have installed postgresql v7.1.3 with the option ./configure --with-java. The cocoon1.8.2, Tomcat3.2.3.  From thank you FOR YOUR HELP.  Iván Andrade.  Punta Arenas.Chile.MSN Photos es la manera más sencilla de compartir e imprimir sus fotos. http://photos.latam.msn.com/Support/WorldWide.aspx

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>



Re: Installation problems with Cocoon 2 using TomCat 4, RedHat7.1,JDK 1.4

2001-12-22 Thread Scott Lamb

The full text is "The sitemap handler's sitemap is not available. Please
check logs for the exact error." It's referring to the logs in the
webapps/cocoon/WEB-INF/logs directory. Search through like cocoon.log* and
I bet you will see "Error compiling sitemap" with a more helpful error
message following it.

On Sat, 22 Dec 2001, Dale Frye wrote:

> 6: localhost:8080/cocoon/ gives
>
> "... The sitemap handler's sitemap is not available. ..."
>
>
> I'm stuck at this point. I've seen references in the mail archive for
> this errormessage being caused on a system without X11. But I'm running
> X11 (KDE).
>
> Thanks for any help
>
> Dale Frye


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Installation problems with Cocoon 2 using TomCat 4, RedHat 7.1,JDK 1.4

2001-12-22 Thread Dale Frye

I'm having installation problems with Cocoon 2.

Cocoon 2.0
TomCat 4.0.1
JDK 1.4.0 - beta3
RedHat 7.1

TomCat works OK.
TomCat was installed from RPM.

As per the directions to install Cocoon on Tomcat 4
1: Built Cocoon webapp - OK
2: Copy cocoon.war to /var/tomcat4/webapps. - OK (Directions say 
tomcat/webapps which is incorrect, maybe should say /webapps)
3: Start TomCat.. -- Things start to fall apart here. The only thing in 
my /var/tomcat4/bin dir is bootstrap.jar. So instead I use 
"/sbin/service tomcat4 start" (or restart as needed). Tomcat starts and 
responds to localhost:8080. However, no cocoon dir is created!
4: localhost:8080/cocoon/ fails (as expected)

5: Manually unarchived cocoon.war into /var/tomcat4/webapps/cocoon. 
(clicked on cocoon.war in Konqueror, started archiver).
6: localhost:8080/cocoon/ gives 

"... The sitemap handler's sitemap is not available. ..."


I'm stuck at this point. I've seen references in the mail archive for 
this error message being caused on a system without X11. But I'm running 
X11 (KDE).

Thanks for any help

Dale Frye




-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: hdml

2001-12-22 Thread Luca Morandini

Jozsa,

you may take a look at:
http://hotwired.lycos.com/webmonkey/99/48/index3a.html?tw=design

Best regards,


-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


> -Original Message-
> From: Jozsa Kristof [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 20, 2001 2:53 PM
> To: [EMAIL PROTECTED]
> Subject: Re: hdml
>
>
> Sorry for the question, but what's hdml? :) Do I miss something
> here, or was
> that a typo? :)
>
> Christopher
>
> On Thu, Dec 20, 2001 at 04:37:14PM +0530, santhosh hegde wrote:
> > I am wtiting xslt for hdml. I am writing all the hdml tags inside CDATA.
> >
> > I am using TextFormatter.  But the problem here is whenever
> angle brackets i.e "<"  ">"  comes in the text node part
> textformatter sends it as it is which hdml browser cant support .
> Its giving error.  Hdml browser wants it like "<".
> >
> > do you have any mechanisn so that i can overcome that problem??
> >
> > waiting for suggestions.
> >
> > Thanx with rgds
> > Santhosh hegde A
>
> --
> .Digital.Yearning.for.Networked.Assassination.and.Xenocide
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: hdml

2001-12-22 Thread Jozsa Kristof

Sorry for the question, but what's hdml? :) Do I miss something here, or was
that a typo? :)

Christopher

On Thu, Dec 20, 2001 at 04:37:14PM +0530, santhosh hegde wrote:
> I am wtiting xslt for hdml. I am writing all the hdml tags inside CDATA.
> 
> I am using TextFormatter.  But the problem here is whenever angle brackets i.e "<"  
>">"  comes in the text node part  textformatter sends it as it is which hdml browser 
>cant support . Its giving error.  Hdml browser wants it like "<".
> 
> do you have any mechanisn so that i can overcome that problem??
> 
> waiting for suggestions.
> 
> Thanx with rgds
> Santhosh hegde A

-- 
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: passing parameters to stylesheet

2001-12-22 Thread Luca Morandini

Andreas,

this question has been answered over and over... could you just go to:

http://marc.theaimsgroup.com/?l=xml-cocoon-users&r=1&w=2

and search for similar posts ? I'm sure you will find plenty of them.

Best regards,


- 
   Luca Morandini 
   GIS Consultant 
  [EMAIL PROTECTED] 
http://utenti.tripod.it/lmorandini/index.html 
-
 

> -Original Message-
> From: Andreas Rittershofer [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 22, 2001 9:41 AM
> To: [EMAIL PROTECTED]
> Subject: passing parameters to stylesheet
> 
> 
> Want I want to do:
> 
> I have a xml source code page as XHTML. I want to pass a 
> parameter to the xsl-stylesheet via
> http://some.host/page.html?choice=1
> 
> What to do to use the value of 1 of the parameter choice in the 
> stylesheet?
> 
> 
> mfg ar
> 
> -- 
> mailto:[EMAIL PROTECTED]
> http://www.rittershofer.de
> PGP-Public-Key http://www.rittershofer.de/ari.htm
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: Jboss-Jetty Cocoon 2 sucess

2001-12-22 Thread Jozsa Kristof

Well, I do feel stupid. I did everything right by heart, I've just used the
wrong URLs.. ;) After /cocoon and /cocoon/documentation not working, I felt
like giving up; while having a working JBoss3+Cocoon setup already..

Thanks for your time,
Christopher

On Thu, Dec 20, 2001 at 01:40:57PM +0800, Chris Hamilton wrote:
> I tried the 3.0alpha from the website with no luck (it couldn't find 
> language resources that should have been there for jetty).  I then 
> downloaded the jboss-all cvs and tried to get the unjar'd cocoon working 
> by modifying jetty.xml in the jetty plugin sar.  That didn't work. 
> However, I tried the below cocoon.war setup with cvs and it does seem 
> to work. Its /cocoon/welcome compiled the sitemap (about twice as slow 
> as the unjar'd in 2.4.3) OK.
> I then went to /cocoon/welcome and tested the features and I believe it 
> works (SVG startup was SLOW).  Don't know about cocoon/documentation, 
> but cocoon/documents/index.html worked.
> 
> Like the setup below, other than the going to /welcome instead of 
> /cocoon/welcome like it should, it works.
> 
> -Chris
> 
> Jozsa Kristof wrote:
> 
> >Chris,
> >
> >I was very happy to read your mail, as I'm suffering with Cocoon and Jetty
> >without any success for some time now. My situation is only a little bit
> >different, I'm playing with JBoss3, which is tightly integrated with Jetty.
> >I've did everything what came to my mind (about replacing the xml parsers,
> >and playing with jboss' classpath), but couldn't get the thing working. 
> >
> >After getting your mail, I tried it your way; so I dropped cocoon into
> >deploy, placed the jars, added the classpath, but got similar results as
> >before. Trying to browse /cocoon it forwards to /welcome, which does not
> >exists, and eg. trying to reach /cocoon/documentation/, I get a plain file
> >listing; so the sitemap does not get executed.
> >
> >Can you check your method on the JBoss 3.0 alpha tarball, or any cvs
> >snapshots please? It's a critical point for me whether Cocoon can work 
> >using
> >JBoss3 or not.
> >
> >Best regards,
> >Christopher
> >
> >On Wed, Dec 19, 2001 at 12:47:23PM +0800, Chris Hamilton wrote:
> >
> >>Hi, I just wanted to report success in building the latest Jboss-Jetty 
> >>and Cocoon 2.
> >>
> >>I am new to using Java, but I wanted to share this as it appears to be 
> >>quite different
> >>from older mail-list configurations.
> >>
> >>JBoss-2.4.3_Jetty-3.1.3-1, Cocoon-2.0
> >>Rock Linux 1.5.12-DEV,  Sun 1.3.1 SDK
> >>
> >>It is actually quite simple:
> >>
> >>Step 1:
> >>
> >>Install cocoon as a war in either jboss/deploy or jetty/webapps.
> >>
> >>Or
> >>
> >>Place the cocoon-x.x/webapp directory in jetty/webapps as cocoon and add
> >>
> >>
> >>  /cocoon/*
> >>   >>default="."/>/webapps/cocoon
> >>   >>default="."/>/etc/webdefault.xml
> >>
> >>Inside Configure tags of jboss/conf/jetty/jetty.xml .
> >>
> >>Step 2:
> >>
> >>Then copy from cocoon-x.x/lib to jboss/lib the following jars:
> >>xerces-1.4.4.jar
> >>xalan-2.2.0-D13.jar
> >>xml-apis.jar
> >>jstyle.jar
> >>
> >>Step 3:
> >>Add them to the jboss/bin/run.sh classpath before crimson.jar:
> >>
> >>JBOSS_CLASSPATH=$JBOSS_CLASSPATH:../lib/xerces-1.4.4.jar
> >>JBOSS_CLASSPATH=$JBOSS_CLASSPATH:../lib/xalan-2.2.0-D13.jar
> >>JBOSS_CLASSPATH=$JBOSS_CLASSPATH:../lib/xml-apis.jar
> >>JBOSS_CLASSPATH=$JBOSS_CLASSPATH:../lib/jstyle.jar
> >>
> >>Step 4:
> >>Run and test it. (Warning cocoon's welcome page from /cocoon appears to 
> >>go to
> >>/welcome instead of /cocoon/welcome so just use that URI instead.)
> >>
> >>There is no need to delete any libraries from jboss or jetty with this 
> >>version. I think
> >>all cocoon demonstrations worked with this.
> >>
> >>I hope this will be useful.
> >>
> >>-Chris Hamilton
> >>
> >>
> >>-
> >>Please check that your question has not already been answered in the
> >>FAQ before posting. 
> >>
> >>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >>For additional commands, e-mail: <[EMAIL PROTECTED]>
> >>
> >
> 
> 
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-- 
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




I18N

2001-12-22 Thread Sidharth



Hello All
 I am using cocoon2 Now how should I run my 
own sampole in Cocoon2/I18N
I have tried one but it is throwing 
getTransformerException
Please help
Sidharth


passing parameters to stylesheet

2001-12-22 Thread Andreas Rittershofer

Want I want to do:

I have a xml source code page as XHTML. I want to pass a parameter to the 
xsl-stylesheet via
http://some.host/page.html?choice=1

What to do to use the value of 1 of the parameter choice in the stylesheet?


mfg ar

-- 
mailto:[EMAIL PROTECTED]
http://www.rittershofer.de
PGP-Public-Key http://www.rittershofer.de/ari.htm


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>